summaryrefslogtreecommitdiffstats
path: root/GIT-VERSION-GEN (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-01generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy1-1/+1
2008-11-28sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain1-1/+1
2008-11-28sha1_file: avoid bogus "file exists" error messageJoey Hess1-1/+1
2008-11-28git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen1-1/+1
2008-11-28bash: offer refs instead of filenames for 'git revert'SZEDER Gábor1-1/+1
2008-11-28bash: remove dashed command leftoversSZEDER Gábor1-33/+8
2008-11-27git-p4: fix keyword-expansion regexPete Wyckoff1-1/+1
2008-11-27Fix typos in the documentation.Ralf Wildenhues4-4/+4
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen1-48/+48
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2-1/+25
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin2-3/+3
2008-11-24Add new testcase to show fast-export does not always exports all tagsMiklos Vajna1-0/+8
2008-11-24Fix misleading wording for git-cherry-pickBryan Drewery1-7/+6
2008-11-17request-pull: make usage string match manpageStefan Naewe1-3/+3
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano1-1/+1
2008-11-15Documentation: git-svn: fix example for centralized SVN cloneJan Krüger1-0/+2
2008-11-15Documentation: fix links to "everyday.html"Christian Couder2-4/+8
2008-11-15revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey1-1/+1
2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds1-6/+20
2008-11-13Start 1.6.0.5 cycleJunio C Hamano2-1/+22
2008-11-12Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2-2/+16
2008-11-12checkout: Fix "initial checkout" detectionJunio C Hamano4-3/+9
2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1
2008-11-12git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler3-5/+75
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe8-12/+12
2008-11-11git-submodule: Avoid printing a spurious message.Alexandre Julliard1-1/+1
2008-11-11git ls-remote: make usage string match manpageStefan Naewe1-1/+1
2008-11-11Makefile: help people who run 'make check' by mistakeJunio C Hamano1-1/+10
2008-11-09Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder1-3/+3
2008-11-09Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder1-4/+4
2008-11-09checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2-4/+22
2008-11-09GIT 1.6.0.4v1.6.0.4Junio C Hamano1-6/+5
2008-11-09Update RPM spec for the new location of git-cvsserver.Quy Tonthat1-0/+4
2008-11-05push: fix local refs update if already up-to-dateClemens Buchacher2-14/+39
2008-11-05do not force write of packed refsClemens Buchacher2-3/+11
2008-11-05tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu1-0/+11
2008-11-05tag: Check that options are only allowed in the appropriate modeSamuel Tardieu1-7/+12
2008-11-03format-patch documentation: mention the special case of showing a single commitJunio C Hamano1-1/+2
2008-11-03Add reference for status letters in documentation.Yann Dirson2-1/+17
2008-11-03Document that git-log takes --all-match.Mikael Magnusson1-0/+4
2008-11-02Update draft 1.6.0.4 release notesJunio C Hamano1-7/+18
2008-11-02Start 1.6.0.4 cycleJunio C Hamano2-1/+30
2008-11-02add instructions on how to send patches to the mailing list with GmailTom Preston-Werner1-0/+27
2008-11-02Documentation/gitattributes: Add subsection header for each attributeJakub Narebski1-0/+6
2008-11-02git send-email: avoid leaking directory file descriptors.Pierre Habouzit1-2/+1
2008-11-02send-pack: do not send out single-level refs such as refs/stashJeff King1-1/+7
2008-11-02fix overlapping memcpy in normalize_absolute_pathJeff King1-1/+1
2008-11-02pack-objects: avoid reading uninitalized dataJeff King1-1/+2
2008-11-02correct cache_entry allocationJeff King1-1/+1