summaryrefslogtreecommitdiffstats
path: root/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-07fix documentation of unpack-objects -nSam Vilain1-2/+2
2007-06-07Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt1-2/+4
2007-06-03GIT 1.5.2.1v1.5.2.1Junio C Hamano3-2/+55
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2-8/+12
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett8-101/+145
2007-06-02Documentation: robustify asciidoc GIT_VERSION replacementJeff King2-5/+3
2007-05-31git-config: Improve documentation of git-config file handlingFrank Lichtenheld1-7/+59
2007-05-31git-config: Various small fixes to asciidoc documentationFrank Lichtenheld1-4/+6
2007-05-31decode_85(): fix missing return.Jerald Fitzjerald1-1/+1
2007-05-31fix signed range problems with hex conversionsLinus Torvalds2-3/+3
2007-05-29cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld1-2/+2
2007-05-29cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld1-1/+11
2007-05-29cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld1-3/+5
2007-05-29user-manual: fixed typo in exampleSteffen Prohaska1-1/+1
2007-05-29Add test case for $Id$ expanded in the repositoryAndy Parkins1-0/+36
2007-05-29git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong1-6/+10
2007-05-29Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy1-2/+2
2007-05-29Fix stupid typo in lookup_tag()Johan Herland1-1/+1
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2-4/+16
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-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-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-24Correct key bindings to Control-<foo>Shawn O. Pearce1-6/+3
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-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl1-5/+5
2007-05-23Document branch.autosetupmerge.Paolo Bonzini1-0/+7
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce1-1/+1
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