summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'st/maint-tag' into maintJunio C Hamano2008-11-302-7/+23
|\ \ \ \ \ \
| * | | | | | tag: Add more tests about mixing incompatible modes and optionsSamuel Tardieu2008-11-041-0/+11
| * | | | | | tag: Check that options are only allowed in the appropriate modeSamuel Tardieu2008-11-041-7/+12
* | | | | | | Merge branch 'mk/maint-cg-push' into maintJunio C Hamano2008-11-303-5/+75
|\ \ \ \ \ \ \
| * | | | | | | git push: Interpret $GIT_DIR/branches in a Cogito compatible wayMartin Koegler2008-11-113-5/+75
| | |_|/ / / / | |/| | | | |
* | | | | | | generate-cmdlist.sh: avoid selecting synopsis at wrong placeNguyễn Thái Ngọc Duy2008-11-301-1/+1
* | | | | | | Merge branch 'mv/fast-export' into maintJunio C Hamano2008-11-272-2/+10
|\ \ \ \ \ \ \
| * | | | | | | fast-export: use an unsorted string list for extra_refsJohannes Schindelin2008-11-232-3/+3
| * | | | | | | Add new testcase to show fast-export does not always exports all tagsMiklos Vajna2008-11-231-0/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | sha1_file.c: resolve confusion EACCES vs EPERMSam Vilain2008-11-271-1/+1
* | | | | | | sha1_file: avoid bogus "file exists" error messageJoey Hess2008-11-271-1/+1
* | | | | | | git checkout: don't warn about unborn branch if -f is already passedMatt McCutchen2008-11-271-1/+1
* | | | | | | bash: offer refs instead of filenames for 'git revert'SZEDER Gábor2008-11-271-1/+1
* | | | | | | bash: remove dashed command leftoversSZEDER Gábor2008-11-271-33/+8
* | | | | | | Merge branch 'pw/maint-p4' into maintJunio C Hamano2008-11-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | git-p4: fix keyword-expansion regexPete Wyckoff2008-11-271-1/+1
* | | | | | | | Fix typos in the documentation.Ralf Wildenhues2008-11-274-4/+4
|/ / / / / / /
* | | | | | | Merge branch 'mm/maint-sort-config-doc' into maintJunio C Hamano2008-11-261-48/+48
|\ \ \ \ \ \ \
| * | | | | | | config.txt: alphabetize configuration sectionsMatt McCutchen2008-11-261-48/+48
* | | | | | | | Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2008-11-262-1/+25
|/ / / / / / /
* | | | | | | Fix misleading wording for git-cherry-pickBryan Drewery2008-11-231-7/+6
|/ / / / / /
* | | | | | request-pull: make usage string match manpageStefan Naewe2008-11-171-3/+3
* | | | | | Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano2008-11-161-0/+2
* | | | | | builtin-ls-files.c: coding style fix.Junio C Hamano2008-11-161-1/+1
* | | | | | Documentation: git-svn: fix example for centralized SVN cloneJan Krüger2008-11-141-0/+2
* | | | | | Documentation: fix links to "everyday.html"Christian Couder2008-11-142-4/+8
* | | | | | revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey2008-11-141-1/+1
* | | | | | date/time: do not get confused by fractional secondsLinus Torvalds2008-11-131-6/+20
* | | | | | Start 1.6.0.5 cycleJunio C Hamano2008-11-122-1/+22
* | | | | | Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-122-2/+16
* | | | | | checkout: Fix "initial checkout" detectionJunio C Hamano2008-11-124-3/+9
* | | | | | Remove the period after the git-check-attr summaryMatt Kraai2008-11-121-1/+1
|/ / / / /
* | | | | Fix non-literal format in printf-style callsDaniel Lowe2008-11-118-12/+12
* | | | | git-submodule: Avoid printing a spurious message.Alexandre Julliard2008-11-111-1/+1
* | | | | git ls-remote: make usage string match manpageStefan Naewe2008-11-111-1/+1
* | | | | Makefile: help people who run 'make check' by mistakeJunio C Hamano2008-11-111-1/+10
* | | | | Documentation: bisect: change a few instances of "git-cmd" to "git cmd"Christian Couder2008-11-091-3/+3
* | | | | Documentation: rev-list: change a few instances of "git-cmd" to "git cmd"Christian Couder2008-11-091-4/+4
* | | | | checkout: Don't crash when switching away from an invalid branch.Alexandre Julliard2008-11-092-4/+22
* | | | | GIT 1.6.0.4v1.6.0.4Junio C Hamano2008-11-081-6/+5
* | | | | Update RPM spec for the new location of git-cvsserver.Quy Tonthat2008-11-081-0/+4
* | | | | Merge branch 'cb/maint-update-ref-fix' into maintJunio C Hamano2008-11-084-17/+50
|\ \ \ \ \
| * | | | | push: fix local refs update if already up-to-dateClemens Buchacher2008-11-052-14/+39
| * | | | | do not force write of packed refsClemens Buchacher2008-11-052-3/+11
* | | | | | Merge branch 'cj/maint-gitpm-fix-maybe-self' into maintJunio C Hamano2008-11-081-2/+1
|\ \ \ \ \ \
| * | | | | | Git.pm: do not break inheritanceChristian Jaeger2008-10-191-2/+1
* | | | | | | Merge branch 'ar/maint-mksnpath' into maintJunio C Hamano2008-11-0813-19/+84
|\ \ \ \ \ \ \
| * | | | | | | Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-309-12/+12
| * | | | | | | git_pathdup: returns xstrdup-ed copy of the formatted pathAlex Riesen2008-10-302-4/+22
| * | | | | | | Fix potentially dangerous use of git_path in ref.cAlex Riesen2008-10-301-3/+5