summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint-1.6.1Junio C Hamano2009-04-081-1/+1
|\
| * git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey2009-03-211-1/+1
* | test-lib: Clean up comments and Makefile.Emil Sit2009-03-282-9/+1
* | Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1Junio C Hamano2009-03-212-19/+20
|\ \
| * | Test and fix normalize_path_copy()Johannes Sixt2009-02-071-16/+17
| * | Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe2009-02-071-3/+3
* | | Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Junio C Hamano2009-03-211-0/+17
|\ \ \
| * | | Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-0/+17
* | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-122-1/+33
|\ \ \ \
| * \ \ \ Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Junio C Hamano2009-03-1221-2/+209
| |\ \ \ \
| * \ \ \ \ Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Junio C Hamano2009-03-121-0/+25
| |\ \ \ \ \
| | * | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-271-0/+25
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0Junio C Hamano2009-03-121-1/+8
| |\ \ \ \ \
| | * | | | | Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-121-1/+8
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Junio C Hamano2009-03-121-0/+18
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1Junio C Hamano2009-03-121-0/+26
|\ \ \ \ \ \
| * | | | | | builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2009-02-041-0/+26
* | | | | | | Merge branch 'ek/maint-1.6.1-filter-branch-bare' into maint-1.6.1Junio C Hamano2009-03-121-1/+3
|\ \ \ \ \ \ \
| * | | | | | | filter-branch: Fix fatal error on bare repositoriesEric Kidd2009-02-031-1/+3
* | | | | | | | Merge branch 'jc/maint-1.6.1-add-u-remove-conflicted' into maint-1.6.1Junio C Hamano2009-03-121-1/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | add -u: do not fail to resolve a path as deletedJunio C Hamano2009-01-281-1/+49
* | | | | | | | | Merge branch 'js/maint-1.6.1-rebase-i-submodule' into maint-1.6.1Junio C Hamano2009-03-121-0/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix submodule squashing into unrelated commitJohannes Schindelin2009-01-281-1/+1
| * | | | | | | | | rebase -i squashes submodule changes into unrelated commitJunio C Hamano2009-01-281-0/+26
| |/ / / / / / / /
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |