summaryrefslogtreecommitdiffstats
path: root/builtin-send-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-20format-patch: threading test reactivationThomas Rast1-39/+103
2009-02-18tests: fix "export var=val"Junio C Hamano2-3/+3
2009-02-18filter-branch -d: Export GIT_DIR earlierLars Noschinski2-6/+18
2009-02-18disallow providing multiple upstream branches to rebase, pull --rebaseJay Soffian2-0/+6
2009-02-18Skip timestamp differences for diff --no-indexMichael Spang3-0/+8
2009-02-18git-svn: fix parsing of timestamp obtained from svnJunio C Hamano1-1/+1
2009-02-18gitweb: Fix warnings with override permitted but no repo overrideMarcel M. Cary2-7/+27
2009-02-18Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape1-1/+1
2009-02-18bash completion: only show 'log --merge' if mergingThomas Rast1-1/+6
2009-02-18bash completion: refactor common log, shortlog and gitk optionsThomas Rast1-15/+34
2009-02-17gitweb: fix wrong base URL when non-root DirectoryIndexGiuseppe Bilotta2-8/+26
2009-02-16bash: update 'git svn' optionsSZEDER Gábor1-6/+25
2009-02-16bash: add missing 'git merge' optionsSZEDER Gábor1-0/+1
2009-02-16git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás1-0/+1
2009-02-15builtin-receive-pack.c: fix compiler warnings about format stringRené Scharfe1-2/+2
2009-02-15RelNotes UpdateJunio C Hamano1-4/+26
2009-02-15use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan2-2/+18
2009-02-15bash: fix misspelled 'git svn' optionSZEDER Gábor1-1/+1
2009-02-15t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor1-3/+3
2009-02-15Move 'rev-parse --git-dir' test to t1500SZEDER Gábor2-9/+9
2009-02-15Documentation: pruning recipe for destructive filter-branchThomas Rast1-0/+41
2009-02-15gc: make --prune useful again by accepting an optional parameterJohannes Schindelin3-8/+59
2009-02-14Teach @{-1} to git mergeJunio C Hamano2-3/+35
2009-02-14Teach the "@{-1} syntax to "git branch"Junio C Hamano3-17/+59
2009-02-14symbolic-ref: allow refs/<whatever> in HEADJeff King2-7/+2
2009-02-14Remove redundant bit clears from diff_setup()Keith Cascio1-3/+0
2009-02-14log: do not print ellipses with --abbrev-commitThomas Rast16-21/+19
2009-02-13bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai1-1/+5
2009-02-13Install the default "master" branch configuration after cloning a voidJunio C Hamano2-5/+33
2009-02-13Update documentation to add further information about using Thunderbird with ...Jeremy White2-0/+41
2009-02-13git-rebase.txt: --interactive does not work with --whitespaceMark Burton1-0/+1
2009-02-13Add 'rm -f' equivalent to 'git rm' example of filter-branch --index-filterJacob Helwig1-0/+5
2009-02-12Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano1-2/+2
2009-02-12Bugfix: GIT_EXTERNAL_DIFF with more than one changed filesNazri Ramliy2-4/+12
2009-02-12Prepare for 1.6.1.4.Junio C Hamano2-1/+20
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren1-0/+1
2009-02-12filter-branch: Add more error-handlingEric Kidd2-12/+18
2009-02-11Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz1-1/+3
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce1-0/+1
2009-02-11Squelch overzealous "ignoring dangling symref" in an empty repositoryJunio C Hamano1-1/+2
2009-02-11test case for regression caused by git-svn empty symlink fixAnton Gyllenberg2-0/+208
2009-02-11git-svn: fix broken symlink workaround when switching branchesEric Wong1-5/+6
2009-02-11git-svn: Print revision while searching for earliest use of pathDeskin Miller1-0/+3
2009-02-11git-svn: abstract out a block into new method other_gs()Sam Vilain1-16/+24
2009-02-11git-svn: allow disabling expensive broken symlink checksEric Wong3-0/+38
2009-02-11revision traversal and pack: notice and die on missing commitJunio C Hamano2-2/+43
2009-02-11builtin-receive-pack.c: do not initialize statics to 0Junio C Hamano1-2/+2
2009-02-11receive-pack: receive.denyDeleteCurrentJunio C Hamano2-11/+74
2009-02-11Drop double-semicolon in CJunio C Hamano4-4/+4