summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-06-06fix documentation of unpack-objects -nSam Vilain
2007-06-06Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt
2007-06-02GIT 1.5.2.1v1.5.2.1Junio C Hamano
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett
2007-06-02Documentation: robustify asciidoc GIT_VERSION replacementJeff King
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-31git-config: Improve documentation of git-config file handlingFrank Lichtenheld
2007-05-31git-config: Various small fixes to asciidoc documentationFrank Lichtenheld
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald
2007-05-30fix signed range problems with hex conversionsLinus Torvalds
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-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
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-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-25Merge branch 'master' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-05-25Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-25fix memory leak in parse_object when check_sha1_signature failsCarlos Rica
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce
2007-05-24Update bash completion for git-config optionsShawn O. Pearce
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce
2007-05-24Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano
2007-05-24Update bash completion header documentationShawn O. Pearce
2007-05-24Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce
2007-05-24Refactor fast-import branch creation from existing commitShawn O. Pearce
2007-05-24fast-import: Fix crash when referencing already existing objectsSimon Hausmann
2007-05-24fast-import: Fix uninitialized variableSimon Hausmann