summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm/usage-log-l-can-take-regex'Junio C Hamano2015-05-061-4/+4
|\
| * log -L: improve error message on malformed argumentMatthieu Moy2015-04-201-4/+4
| * Merge branch 'tg/test-index-v4' into maintJunio C Hamano2015-03-281-3/+12
| |\
| * \ Merge branch 'ct/prompt-untracked-fix' into maintJunio C Hamano2015-03-281-0/+11
| |\ \
| * \ \ Merge branch 'jk/fetch-pack' into maintJunio C Hamano2015-03-281-3/+10
| |\ \ \
| * \ \ \ Merge branch 'jk/prune-with-corrupt-refs' into maintJunio C Hamano2015-03-281-0/+114
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/smart-http-hide-refs' into maintJunio C Hamano2015-03-271-0/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'sg/completion-remote' into maintJunio C Hamano2015-03-231-0/+19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jc/decorate-leaky-separator-color' into maintJunio C Hamano2015-03-231-8/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'kn/git-cd-to-empty' into maintJunio C Hamano2015-03-231-0/+10
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'mg/verify-commit' into maintJunio C Hamano2015-03-231-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'es/rebase-i-count-todo' into maintJunio C Hamano2015-03-231-0/+9
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'tb/connect-ipv6-parse-fix' into maintJunio C Hamano2015-03-232-36/+74
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ep/fix-test-lib-functions-report'Junio C Hamano2015-05-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test-lib-functions.sh: fix the second argument to some helper functionsElia Pinto2015-04-161-2/+2
* | | | | | | | | | | | | | Merge branch 'cn/bom-in-gitignore'Junio C Hamano2015-05-061-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto2015-04-161-0/+9
* | | | | | | | | | | | | | | Merge branch 'nd/t1509-chroot-test'Junio C Hamano2015-05-061-9/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | t1509: update prepare script to be able to run t1509 in chroot againNguyễn Thái Ngọc Duy2015-04-191-9/+29
* | | | | | | | | | | | | | | | Merge branch 'jk/type-from-string-gently'Junio C Hamano2015-05-061-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | type_from_string_gently: make sure length matchesJeff King2015-04-171-0/+8
* | | | | | | | | | | | | | | | | Merge branch 'ld/p4-filetype-detection'Junio C Hamano2015-05-061-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | git-p4: fix filetype detection on files opened exclusivelyBlair Holloway2015-04-041-2/+2
| * | | | | | | | | | | | | | | | | git-p4: small fix for locked-file-move-testLuke Diamand2015-04-041-2/+2
| * | | | | | | | | | | | | | | | | git-p4: fix small bug in locked test scriptsLuke Diamand2015-04-041-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'jc/diff-no-index-d-f'Junio C Hamano2015-05-061-0/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | diff-no-index: align D/F handling with that of normal GitJunio C Hamano2015-03-261-0/+12
| * | | | | | | | | | | | | | | | | | diff-no-index: DWIM "diff D F" into "diff D/F F"Junio C Hamano2015-03-261-0/+22
| | |_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'tb/connect-ipv6-parse-fix'Junio C Hamano2015-04-212-16/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | connect.c: ignore extra colon after hostnameTorsten Bögershausen2015-04-092-16/+22
| | |_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'va/fix-git-p4-tests'Junio C Hamano2015-04-211-12/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | t9814: guarantee only one source exists in git-p4 copy testsVitor Antunes2015-04-131-15/+31
| * | | | | | | | | | | | | | | | | | git-p4: fix copy detection testVitor Antunes2015-03-281-1/+4
| * | | | | | | | | | | | | | | | | | t9814: fix broken shell syntax in git-p4 rename testVitor Antunes2015-03-281-2/+2
* | | | | | | | | | | | | | | | | | | Merge branch 'jc/update-instead-into-void'Junio C Hamano2015-04-141-1/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | push-to-deploy: allow pushing into an unborn branch and updating itJunio C Hamano2015-04-021-1/+54
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/test-chain-lint'Junio C Hamano2015-03-26102-773/+459
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | t9001: drop save_confirm helperJeff King2015-03-251-10/+5
| * | | | | | | | | | | | | | | | | | | t0020: use test_* helpers instead of hand-rolled messagesJeff King2015-03-251-33/+5
| * | | | | | | | | | | | | | | | | | | t: simplify loop exit-code status variablesJeff King2015-03-252-16/+6
| * | | | | | | | | | | | | | | | | | | t: fix some trivial cases of ignored exit codes in loopsJeff King2015-03-2510-28/+24
| * | | | | | | | | | | | | | | | | | | t7701: fix ignored exit code inside loopJeff King2015-03-251-1/+1
| * | | | | | | | | | | | | | | | | | | t3305: fix ignored exit code inside loopJeff King2015-03-251-6/+3
| * | | | | | | | | | | | | | | | | | | t0020: fix ignored exit code inside loopsJeff King2015-03-251-35/+19
| * | | | | | | | | | | | | | | | | | | perf-lib: fix ignored exit code inside loopJeff King2015-03-251-1/+1
| * | | | | | | | | | | | | | | | | | | t6039: fix broken && chainTorsten Bögershausen2015-03-221-1/+1
| * | | | | | | | | | | | | | | | | | | t9158, t9161: fix broken &&-chain in git-svn testsMichael J Gruber2015-03-202-7/+7
| * | | | | | | | | | | | | | | | | | | t9104: fix test for following larger parentsMichael J Gruber2015-03-201-4/+6
| * | | | | | | | | | | | | | | | | | | t4104: drop hand-rolled error reportingJeff King2015-03-201-8/+2
| * | | | | | | | | | | | | | | | | | | t0005: fix broken &&-chainsJeff King2015-03-201-2/+2