summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* allow installation of man and html doc from the man and html branchesMichael J Gruber2008-09-103-0/+13
* Fix git-diff-tree --stdinJunio C Hamano2008-09-102-3/+15
* Merge branch 'maint'Junio C Hamano2008-09-1010-25/+71
|\
| * Update draft release notes for 1.6.0.2Junio C Hamano2008-09-101-2/+22
| * Use compatibility regex library for OSX/DarwinArjen Laarhoven2008-09-106-2/+10
| * git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep2008-09-101-1/+1
| * Git.pm: Use File::Temp->tempfile instead of ->newMarcus Griep2008-09-102-14/+32
| * t7501: always use test_cmp instead of diffMiklos Vajna2008-09-101-6/+6
| * Merge branch 'jc/maint-log-grep' into maintJunio C Hamano2008-09-104-17/+114
| |\
| * \ Merge branch 'jc/maint-hide-cr-in-diff-from-less' into maintJunio C Hamano2008-09-103-3/+34
| |\ \
| * \ \ Merge branch 'jc/maint-checkout-fix' into maintJunio C Hamano2008-09-102-1/+50
| |\ \ \
| * \ \ \ Merge branch 'np/maint-safer-pack' into maintJunio C Hamano2008-09-106-55/+112
| |\ \ \ \
* | | | | | t9101: use "git hash-object" without dashNanako Shiraishi2008-09-091-14/+14
* | | | | | tests: use "git foo" without dash in stringsNanako Shiraishi2008-09-099-13/+13
* | | | | | t9700: use "git config" without dashNanako Shiraishi2008-09-091-8/+8
* | | | | | t9300, t9301: use "git fast-import/fast-export" without dashNanako Shiraishi2008-09-092-41/+41
* | | | | | t9200: use "git cvsexportcommit" without dashNanako Shiraishi2008-09-091-7/+7
* | | | | | Merge branch 'ho/dashless'Junio C Hamano2008-09-095-14/+14
|\ \ \ \ \ \
| * | | | | | Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-095-14/+14
* | | | | | | Use xmalloc() and friends to catch allocation failuresDotan Barak2008-09-095-6/+6
* | | | | | | refs: improve comments about "reading" argument of "resolve_ref"Christian Couder2008-09-091-7/+13
* | | | | | | t6023-merge-file: Work around non-portable sed usageArjen Laarhoven2008-09-081-2/+2
* | | | | | | Correct output of git-count-objects.Mikael Magnusson2008-09-081-1/+1
* | | | | | | Windows: git-shell can be compiled againJohannes Sixt2008-09-081-1/+1
* | | | | | | t/t91XX git-svn tests: run "git svn" not "git-svn"Nanako Shiraishi2008-09-0827-174/+174
* | | | | | | t/t91XX-svn: start removing use of "git-" from these testsNanako Shiraishi2008-09-0810-55/+58
* | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2008-09-082-0/+17
|\ \ \ \ \ \ \
| * | | | | | | git-svn: fix handling of even funkier branch namesEric Wong2008-09-062-0/+17
* | | | | | | | Merge branch 'ar/autospell'Junio C Hamano2008-09-078-4/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | Add help.autocorrect to enable/disable autocorrectingAlex Riesen2008-08-312-1/+27
| * | | | | | | | git wrapper: DWIM mistyped commandsJohannes Schindelin2008-08-317-4/+133
* | | | | | | | | Merge branch 'jc/cc-ld-dynpath'Junio C Hamano2008-09-073-8/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | configure: auto detect dynamic library path switchesGiovanni Funchal2008-08-172-0/+33
| * | | | | | | | | Makefile: Allow CC_LD_DYNPATH to be overridenJunio C Hamano2008-08-171-8/+9
* | | | | | | | | | Merge branch 'jc/hide-cr-in-diff-from-less'Junio C Hamano2008-09-073-3/+34
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | diff: Help "less" hide ^M from the outputJunio C Hamano2008-08-303-3/+34
* | | | | | | | | | Merge branch 'jc/maint-checkout-fix'Junio C Hamano2008-09-072-1/+50
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | checkout: do not check out unmerged higher stages randomlyJunio C Hamano2008-08-302-1/+50
* | | | | | | | | | Teach "git diff -p" to locate PHP class methodsAndreas Ericsson2008-09-072-2/+5
* | | | | | | | | | Update draft release notes for 1.6.1Junio C Hamano2008-09-061-2/+7
* | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2008-09-063-119/+164
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | git-svn: set auto_props when renaming filesPaul Talacko2008-09-062-0/+18
| * | | | | | | | | t9124: clean up chdir usageEric Wong2008-09-061-4/+2
| * | | | | | | | | git-svn: fix 'info' tests for unknown itemsThomas Rast2008-09-051-48/+25
| * | | | | | | | | git-svn: match SVN 1.5 behaviour of info' on unknown itemThomas Rast2008-09-051-2/+2
| * | | | | | | | | git svn info: always quote URLs in 'info' outputThomas Rast2008-09-052-17/+38
| * | | | | | | | | git svn info: make info relative to the current directoryThomas Rast2008-09-052-3/+16
| * | | | | | | | | git svn info: tests: fix ptouch argument order in setupThomas Rast2008-09-051-4/+4
| * | | | | | | | | git svn info: tests: use test_cmp instead of git-diffThomas Rast2008-09-051-22/+22
| * | | | | | | | | git svn info: tests: do not use set -eThomas Rast2008-09-051-2/+0