summaryrefslogtreecommitdiffstats
path: root/ssh-fetch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-29Allow contrib new-workdir to link into bare repositoriesShawn O. Pearce1-5/+7
2007-05-29mailsplit: fix for more than one input filesJunio C Hamano1-2/+4
2007-05-27Make the pack-refs interfaces usable from outsideLinus Torvalds1-28/+38
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2-1/+46
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins1-2/+37
2007-05-26More echo "$user_message" fixes.Jeff King3-6/+6
2007-05-26Add tests for the last two fixes.Junio C Hamano1-3/+22
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano1-4/+4
2007-05-26git-am: use printf instead of echo on user-supplied stringsJeff King1-2/+2
2007-05-26fixes to output of git-verify-pack -vNicolas Pitre1-10/+9
2007-05-26Documentation: Add definition of "evil merge" to GIT GlossaryJakub Narebski1-0/+4
2007-05-26Replace the last 'dircache's by 'index'Jakub Narebski2-2/+2
2007-05-26Documentation: Clean up links in GIT GlossaryJakub Narebski1-29/+29
2007-05-25Make "git gc" pack all refs by defaultLinus Torvalds1-2/+2
2007-05-25Teach mailsplit about Maildir'sFernando J. Pereda4-30/+133
2007-05-25fix memory leak in parse_object when check_sha1_signature failsCarlos Rica1-0/+1
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano1-0/+4
2007-05-24Update bash completion for git-config optionsShawn O. Pearce1-2/+12
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce1-2/+2
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce1-2/+14
2007-05-24Update bash completion header documentationShawn O. Pearce1-1/+14
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce1-1/+1
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce1-0/+23
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce1-3/+3
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce2-5/+36
2007-05-24Refactor fast-import branch creation from existing commitShawn O. Pearce1-27/+31
2007-05-24fast-import: Fix crash when referencing already existing objectsSimon Hausmann1-1/+1
2007-05-24fast-import: Fix uninitialized variableSimon Hausmann1-0/+1
2007-05-24Documentation: fix git-config.xml generationJames Bowes1-1/+1
2007-05-24gitweb.perl - Optionally send archives as .zip filesMark Levedahl1-8/+17
2007-05-23Fix the progress code to output LF only when it is really neededAlex Riesen2-1/+6
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl1-5/+5
2007-05-23Fix command line parameter parser of revert/cherry-pickJunio C Hamano1-2/+5
2007-05-23Document branch.autosetupmerge.Paolo Bonzini1-0/+7
2007-05-22t9400: Add some basic pserver testsFrank Lichtenheld1-0/+34
2007-05-22t9400: Add some more cvs update testsFrank Lichtenheld1-0/+69
2007-05-22t9400: Add test cases for config file handlingFrank Lichtenheld1-0/+69
2007-05-22Teach git-describe how to run name-revShawn O. Pearce4-7/+44
2007-05-22rename dirlink to gitlink.Martin Waitz14-27/+27
2007-05-22git-cvsserver: fix disabling service via per-method configJunio C Hamano1-5/+3
2007-05-22git-status: respect core.excludesFileJohannes Schindelin4-0/+39
2007-05-22SubmittingPatches: mention older C compiler compatibilityJohannes Schindelin1-0/+13
2007-05-22git-daemon: don't ignore pid-file write failureJim Meyering1-2/+2
2007-05-21git-apply: Fix removal of new trailing blank lines.Junio C Hamano1-33/+15
2007-05-21Update bash completion to ignore some more plumbing commandsJonas Fonseca1-0/+3
2007-05-21Add an option to git-ls-tree to display also the size of blobJakub Narebski2-6/+41
2007-05-21Teach 'git-apply --whitespace=strip' to remove empty lines at the end of fileMarco Costalba1-3/+40
2007-05-21git-rev-list: Add regexp tuning optionsPetr Baudis2-0/+22