summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-29builtin-pack-object: cache small deltasMartin Koegler
2007-05-29git-pack-objects: cache small deltas between big objectsMartin Koegler
2007-05-29builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler
2007-05-29Merge branch 'db/remote'Junio C Hamano
2007-05-29Merge branch 'dh/repack' (early part)Junio C Hamano
2007-05-29Merge branch 'np/delta'Junio C Hamano
2007-05-29Merge branch 'jc/nodelta'Junio C Hamano
2007-05-29Merge branch 'ar/verbose'Junio C Hamano
2007-05-29Merge branch 'ar/run'Junio C Hamano
2007-05-29Merge branch 'ar/mergestat'Junio C Hamano
2007-05-29Merge branch 'rr/cvsexport'Junio C Hamano
2007-05-29Merge branch 'maint'Junio C Hamano
2007-05-29cvsserver: Handle 'cvs login'Frank Lichtenheld
2007-05-29t9400: Work around CVS' deficienciesFrank Lichtenheld
2007-05-29Allow contrib new-workdir to link into bare repositoriesShawn O. Pearce
2007-05-29mailsplit: fix for more than one input filesJunio C Hamano
2007-05-29cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld
2007-05-29cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld
2007-05-29cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld
2007-05-29user-manual: fixed typo in exampleSteffen Prohaska
2007-05-29Add test case for $Id$ expanded in the repositoryAndy Parkins
2007-05-29Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-29git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong
2007-05-29Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano
2007-05-29Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy
2007-05-28Fix stupid typo in lookup_tag()Johan Herland
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce
2007-05-27update diff-delta.c copyrightNicolas Pitre
2007-05-27improve delta long block matching with big filesNicolas Pitre
2007-05-27Make the pack-refs interfaces usable from outsideLinus Torvalds
2007-05-27Merge branch 'maint'Junio C Hamano
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-26Move refspec pattern matching to match_refs().Daniel Barkalow
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins
2007-05-26More echo "$user_message" fixes.Jeff King
2007-05-26Add tests for the last two fixes.Junio C Hamano
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano
2007-05-26git-am: use printf instead of echo on user-supplied stringsJeff King
2007-05-26fixes to output of git-verify-pack -vNicolas Pitre
2007-05-26Documentation: Add definition of "evil merge" to GIT GlossaryJakub Narebski
2007-05-26Replace the last 'dircache's by 'index'Jakub Narebski
2007-05-26Documentation: Clean up links in GIT GlossaryJakub Narebski
2007-05-25Add a configuration option to control diffstat after mergeAlex Riesen
2007-05-25Add another verbosity level to git-fetchAlex Riesen
2007-05-25Verbose connect messages to show the IP addresses usedAlex Riesen
2007-05-25Add option to cvs update before exportRobin Rosenberg
2007-05-25Merge branch 'maint'Junio C Hamano
2007-05-25Merge branch 'master' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-05-25Ensure git-repack -a -d --max-pack-size=N deletes correct packsDana How