summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano2014-04-031-0/+20
|\
| * fetch: handle overlaping refspecs on --prunecn/fetch-prune-overlapping-destinationCarlos Martín Nieto2014-03-261-1/+1
| * fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto2014-02-281-0/+20
* | Merge branch 'rs/pickaxe-i'Junio C Hamano2014-04-021-102/+64
|\ \
| * | pickaxe: honor -i when used with -S and --pickaxe-regexRené Scharfe2014-03-241-0/+5
| * | t4209: use helper functions to test --authorRené Scharfe2014-03-241-9/+4
| * | t4209: use helper functions to test --grepRené Scharfe2014-03-241-14/+4
| * | t4209: factor out helper function test_log_icase()René Scharfe2014-03-241-12/+14
| * | t4209: factor out helper function test_log()René Scharfe2014-03-241-58/+42
| * | t4209: set up expectations up frontRené Scharfe2014-03-241-39/+25
* | | Revert "submodule: explicit local branch creation in module_clone"Junio C Hamano2014-04-021-38/+1
* | | Merge branch 'jk/tests-cleanup'Junio C Hamano2014-03-3110-180/+87
|\ \ \
| * | | t0001: drop subshells just for "cd"jk/tests-cleanupJeff King2014-03-211-47/+9
| * | | t0001: drop useless subshellsJeff King2014-03-211-39/+22
| * | | t0001: use test_must_failJeff King2014-03-211-27/+11
| * | | t0001: use test_config_globalJeff King2014-03-211-7/+4
| * | | t0001: use test_path_is_*Jeff King2014-03-211-18/+18
| * | | t0001: make symlink reinit test more carefulJeff King2014-03-211-2/+2
| * | | t: prefer "git config --file" to GIT_CONFIGJeff King2014-03-215-18/+17
| * | | t: prefer "git config --file" to GIT_CONFIG with test_must_failJeff King2014-03-211-4/+4
| * | | t: stop using GIT_CONFIG to cross repo boundariesJeff King2014-03-212-5/+5
| * | | t: drop useless sane_unset GIT_* callsJeff King2014-03-213-17/+0
| * | | t/test-lib: drop redundant unset of GIT_CONFIGJeff King2014-03-211-1/+0
| * | | t/Makefile: stop setting GIT_CONFIGJeff King2014-03-211-2/+2
* | | | Merge branch 'ib/rev-parse-parseopt-argh'Junio C Hamano2014-03-311-36/+56
|\ \ \ \
| * | | | t1502: protect runs of SPs used in the indentationJunio C Hamano2014-03-231-56/+56
| * | | | rev-parse --parseopt: option argument name hintsIlya Bobyr2014-03-231-0/+20
* | | | | Merge branch 'js/userdiff-cc'Junio C Hamano2014-03-3132-153/+298
|\ \ \ \ \
| * | | | | userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsjs/userdiff-ccJohannes Sixt2014-03-2112-12/+0
| * | | | | t4018: test cases showing that the cpp pattern misses many anchor pointsJohannes Sixt2014-03-2112-0/+66
| * | | | | t4018: test cases for the built-in cpp patternJohannes Sixt2014-03-219-0/+55
| * | | | | t4018: reduce test files for pattern compilation testsJohannes Sixt2014-03-211-38/+14
| * | | | | t4018: convert custom pattern test to the new infrastructureJohannes Sixt2014-03-214-24/+58
| * | | | | t4018: convert java pattern test to the new infrastructureJohannes Sixt2014-03-212-4/+8
| * | | | | t4018: convert perl pattern tests to the new infrastructureJohannes Sixt2014-03-216-88/+44
| * | | | | t4018: an infrastructure to test hunk headersJohannes Sixt2014-03-212-6/+72
| | |_|/ / | |/| | |
* | | | | Merge branch 'dt/tests-with-env-not-subshell'Junio C Hamano2014-03-3112-152/+42
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | tests: use "env" to run commands with temporary env-var settingsdt/tests-with-env-not-subshellDavid Tran2014-03-1912-152/+42
| |/ / /
* | | | Merge branch 'bg/rebase-off-of-previous-branch'Junio C Hamano2014-03-281-0/+17
|\ \ \ \
| * | | | rebase: allow "-" short-hand for the previous branchBrian Gesiak2014-03-191-0/+17
| |/ / /
* | | | Merge branch 'bp/commit-p-editor'Junio C Hamano2014-03-282-9/+58
|\ \ \ \
| * | | | merge hook tests: fix and update testsBenoit Pierre2014-03-181-6/+21
| * | | | commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-2/+2
| * | | | test patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-0/+34
| * | | | merge hook tests: use 'test_must_fail' instead of '!'Benoit Pierre2014-03-111-2/+2
| * | | | merge hook tests: fix missing '&&' in testBenoit Pierre2014-03-111-1/+1
| |/ / /
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-03-281-1/+4
|\ \ \ \
| * | | | pack-objects: turn off bitmaps when skipping objectsJeff King2014-03-171-1/+4
* | | | | Merge branch 'ss/test-on-mingw-rsync-path-no-absolute'Junio C Hamano2014-03-251-3/+3
|\ \ \ \ \
| * | | | | t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absoluteSebastian Schuberth2014-03-191-3/+3
| | |/ / / | |/| | |