summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge branch 'jc/maint-1.6.1-allow-uninteresting-missing' into maint-1.6.1Junio C Hamano2009-03-121-0/+37
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | revision traversal: allow UNINTERESTING objects to be missingJunio C Hamano2009-01-281-0/+37
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.1Junio C Hamano2009-03-1221-2/+209
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-2814-0/+100
| * | | | | | | | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov2009-01-285-1/+11
| * | | | | | | | | | mailinfo: 'From:' header should be unfold as wellKirill Smelkov2009-01-121-1/+4
| * | | | | | | | | | mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-105-1/+95
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-071-0/+33
* | | | | | | | | | tests: fix "export var=val"Junio C Hamano2009-02-182-3/+3
* | | | | | | | | | Skip timestamp differences for diff --no-indexMichael Spang2009-02-182-0/+7
* | | | | | | | | | Merge branch 'maint-1.5.6' into maintJunio C Hamano2009-02-111-0/+39
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano2009-02-111-0/+39
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2009-02-111-0/+39
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | revision traversal and pack: notice and die on missing commitJunio C Hamano2009-02-111-0/+39
* | | | | | | | | | | | Merge branch 'sg/maint-gitdir-in-subdir' into maintJunio C Hamano2009-02-051-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix gitdir detection when in subdir of gitdirSZEDER Gábor2009-01-171-0/+7
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jc/maint-split-diff-metainfo' into maintJunio C Hamano2009-02-052-1/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Junio C Hamano2009-01-272-1/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | diff.c: output correct index lines for a split diffJunio C Hamano2009-01-271-0/+18
| | |/ / / / / / / / / /
* | | | | | | | | | | | Merge branch 'js/maint-all-implies-HEAD' into maintJunio C Hamano2009-02-052-2/+40
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-171-1/+1
| * | | | | | | | | | | | revision walker: include a detached HEAD in --allJohannes Schindelin2009-01-172-2/+40
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano2009-02-051-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-191-4/+4
| * | | | | | | | | | | | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-191-0/+27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-041-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | / / / | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-041-1/+1
| * | | | | | | | | | Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-041-0/+8
| * | | | | | | | | | Missing && in t/t7001.sh.Matthieu Moy2009-02-041-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jc/maint-format-patch-o-relative' into maintJunio C Hamano2009-01-281-1/+51
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Teach format-patch to handle output directory relative to cwdJunio C Hamano2009-01-121-1/+51
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'nd/grep-assume-unchanged' into maintJunio C Hamano2009-01-281-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: grep cache entries if they are "assume unchanged"Nguyễn Thái Ngọc Duy2008-12-271-0/+7
* | | | | | | | | | | Merge branch 'mc/cd-p-pwd' into maintJunio C Hamano2009-01-281-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | git-sh-setup: Fix scripts whose PWD is a symlink to a work-dir on OS XMarcel M. Cary2009-01-051-2/+2
| |/ / / / / / / / /
* | | | | | | | | | send-pack: do not send unknown object name from ".have" to pack-objectsJunio C Hamano2009-01-271-0/+106
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'cb/maint-unpack-trees-absense' into maintJunio C Hamano2009-01-231-0/+51
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | unpack-trees: fix path search bug in verify_absentClemens Buchacher2009-01-051-0/+27
| * | | | | | | | | unpack-trees: handle failure in verify_absentClemens Buchacher2009-01-051-0/+24
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'tr/maint-no-index-fixes' into maintJunio C Hamano2009-01-232-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff: accept -- when using --no-indexThomas Rast2009-01-062-0/+4
* | | | | | | | | | Merge branch 'js/add-not-submodule' into maintJunio C Hamano2009-01-231-0/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git add: do not add files from a submoduleJohannes Schindelin2009-01-051-0/+25
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Rename diff.suppress-blank-empty to diff.suppressBlankEmptyJohannes Schindelin2009-01-211-4/+4
* | | | | | | | | | t5540: clarify that http-push does not handle packed-refs on the remoteJohannes Schindelin2009-01-171-3/+15
* | | | | | | | | | http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin2009-01-172-0/+8
* | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-152-0/+34
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer2009-01-151-0/+17
| * | | | | | | | | t3404: Add test case for aborted --continue after "edit"Stephan Beyer2009-01-151-0/+15
| * | | | | | | | | t3501: check that commits are actually doneStephan Beyer2009-01-151-0/+2