summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/receive-pack-stdout-protection' into maint-1.7.11Junio C Hamano2012-09-101-0/+35
|\
| * receive-pack: do not leak output from auto-gc to standard outputJunio C Hamano2012-08-061-1/+1
| * t/t5400: demonstrate breakage caused by informational message from pruneBrandon Casey2012-08-061-0/+35
* | Merge branch 'jk/maint-null-in-trees' into maint-1.7.11Junio C Hamano2012-09-103-0/+128
|\ \
| * | fsck: detect null sha1 in tree entriesJeff King2012-07-291-0/+26
| * | do not write null sha1s to on-disk indexJeff King2012-07-291-0/+19
| * | diff: do not use null sha1 as a sentinel valueJeff King2012-07-291-0/+83
| |/
* | Merge branch 'tr/maint-send-email-2047' into maint-1.7.11Junio C Hamano2012-09-101-0/+13
|\ \
| * | send-email: improve RFC2047 quote parsingThomas Rast2012-07-311-0/+13
| |/
* | Merge branch 'mk/test-seq' into maint-1.7.11Junio C Hamano2012-08-243-2/+23
|\ \
| * | tests: Introduce test_seqMichał Kiedrowicz2012-08-043-2/+23
* | | Merge branch 'rj/maint-grep-remove-redundant-test' into maintJunio C Hamano2012-08-151-11/+0
|\ \ \ | |/ / |/| |
| * | t7810-*.sh: Remove redundant testRamsay Jones2012-07-291-11/+0
| |/
* | Merge branch 'kk/maint-commit-tree' into maintJunio C Hamano2012-07-301-0/+17
|\ \
| * \ Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-treeJunio C Hamano2012-07-171-0/+17
| |\ \
| | * | commit-tree: resurrect command line parsing updatesJunio C Hamano2012-07-171-0/+17
* | | | Merge branch 'jv/maint-no-ext-diff' into maintJunio C Hamano2012-07-301-0/+59
|\ \ \ \
| * | | | diff: test precedence of external diff driversJeff King2012-07-191-0/+40
| * | | | diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2012-07-171-0/+19
| | |_|/ | |/| |
* | | | Merge branch 'jl/maint-1.7.10-recurse-submodules-with-symlink' into maintJunio C Hamano2012-07-301-0/+13
|\ \ \ \
| * | | | submodules: don't stumble over symbolic links when cloning recursivelyJens Lehmann2012-07-121-0/+13
* | | | | Merge branch 'jc/maint-filter-branch-epoch-date' into maintJunio C Hamano2012-07-302-3/+13
|\ \ \ \ \
| * | | | | t7003: add test to filter a branch with a commit at epochJunio C Hamano2012-07-122-3/+13
* | | | | | Merge branch 'cw/amend-commit-without-message' into maintJunio C Hamano2012-07-221-0/+15
|\ \ \ \ \ \
| * | | | | | Allow edit of empty message with commit --amendChris Webb2012-07-091-0/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/maint-commit-amend-only-no-paths' into maintJunio C Hamano2012-07-221-0/+10
|\ \ \ \ \ \
| * | | | | | commit: fix "--amend --only" with no pathspecJeff King2012-07-101-0/+10
* | | | | | | Merge branch 'tg/maint-cache-name-compare' into maintJunio C Hamano2012-07-221-0/+39
|\ \ \ \ \ \ \
| * | | | | | | cache_name_compare(): do not truncate while comparing pathsJunio C Hamano2012-07-111-0/+39
| |/ / / / / /
* | | | | | | Merge branch 'tr/maint-show-walk' into maintJunio C Hamano2012-07-221-0/+91
|\ \ \ \ \ \ \
| * | | | | | | show: fix "range implies walking"Junio C Hamano2012-06-191-2/+2
| * | | | | | | Demonstrate git-show is broken with rangesThomas Rast2012-06-191-0/+91
* | | | | | | | Merge branch 'jc/refactor-diff-stdin' into maintJunio C Hamano2012-07-221-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | diff-index.c: "git diff" has no need to read blob from the standard inputJunio C Hamano2012-06-281-0/+12
* | | | | | | | | Merge branch 'mz/empty-rebase-test' into maintJunio C Hamano2012-07-221-0/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add test case for rebase of empty commitMartin von Zweigbergk2012-06-271-0/+8
* | | | | | | | | | Merge branch 'js/fast-export-paths-with-spaces' into maintJunio C Hamano2012-07-221-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fast-export: quote paths with spacesJay Soffian2012-06-271-1/+1
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'cw/no-detaching-an-unborn' into maintJunio C Hamano2012-07-221-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-checkout: disallow --detach on unborn branchChris Webb2012-06-261-0/+6
* | | | | | | | | | | Merge branch 'vr/use-our-perl-in-tests' into maintJunio C Hamano2012-07-2226-44/+65
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | t/README: add a bit more Don'tsJunio C Hamano2012-06-241-3/+22
| * | | | | | | | | | | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-2424-41/+41
| * | | | | | | | | | | t/test-lib.sh: export PERL_PATH for use in scriptsJunio C Hamano2012-06-241-0/+2
| * | | | | | | | | | | t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-1224-41/+41
* | | | | | | | | | | | Merge branch 'th/diff-no-index-fixes' into maintJunio C Hamano2012-07-112-2/+86
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds ch...Tim Henigan2012-06-221-1/+72
| * | | | | | | | | | | | diff: handle relative paths in no-indexJeff King2012-06-221-1/+14
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'nd/clone-single-fix' into maintJunio C Hamano2012-07-111-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clone: fix ref selection in --single-branch --branch=xxxNguyễn Thái Ngọc Duy2012-06-221-1/+6
| |/ / / / / / / / / / /