summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/test-helpers' into maintJunio C Hamano2016-11-292-3/+18
|\
| * valgrind: support test helpersnd/test-helpersRené Scharfe2016-10-272-3/+18
* | Merge branch 'as/merge-attr-sleep' into maintJunio C Hamano2016-11-291-5/+13
|\ \
| * | t6026: clarify the point of "kill $(cat sleep.pid)"as/merge-attr-sleepJohannes Sixt2016-11-111-1/+9
| * | t6026: ensure that long-running script really isJohannes Schindelin2016-11-101-4/+4
| * | Revert "t6026-merge-attr: don't fail if sleep exits early"Junio C Hamano2016-11-101-1/+1
| * | Revert "t6026-merge-attr: ensure that the merge driver was called"Junio C Hamano2016-11-101-2/+1
| * | t6026-merge-attr: ensure that the merge driver was calledAndreas Schwab2016-11-101-1/+2
| * | t6026-merge-attr: don't fail if sleep exits earlyAndreas Schwab2016-11-081-1/+1
* | | Merge branch 'mm/send-email-cc-cruft-after-address' into maintJunio C Hamano2016-11-292-4/+33
|\ \ \
| * | | t9000-addresses: update expected results after fixMatthieu Moy2016-10-211-4/+4
| * | | parse_mailboxes: accept extra text after <...> addressMatthieu Moy2016-10-141-0/+29
* | | | Merge branch 'pb/test-parse-options-expect' into maintJunio C Hamano2016-10-281-170/+13
|\ \ \ \
| * | | | t0040: convert all possible tests to use `test-parse-options --expect`pb/test-parse-options-expectPranit Bauva2016-10-171-170/+13
* | | | | Merge branch 'jk/tap-verbose-fix' into maintJunio C Hamano2016-10-282-4/+36
|\ \ \ \ \
| * | | | | test-lib: bail out when "-v" used under "prove"jk/tap-verbose-fixJeff King2016-10-241-0/+10
| * | | | | test-lib: add --verbose-log optionJeff King2016-10-212-3/+25
| * | | | | test-lib: handle TEST_OUTPUT_DIRECTORY with spacesJeff King2016-10-211-2/+2
* | | | | | Merge branch 'tg/add-chmod+x-fix' into maintJunio C Hamano2016-10-281-0/+1
|\ \ \ \ \ \
| * | | | | | t3700: fix broken test under !SANITYtg/add-chmod+x-fixJunio C Hamano2016-10-201-0/+1
* | | | | | | Merge branch 'jk/fetch-quick-tag-following' into maintJunio C Hamano2016-10-281-0/+99
|\ \ \ \ \ \ \
| * | | | | | | fetch: use "quick" has_sha1_file for tag followingjk/fetch-quick-tag-followingJeff King2016-10-141-0/+99
* | | | | | | | Merge branch 'jk/merge-base-fork-point-without-reflog' into maintJunio C Hamano2016-10-281-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | merge-base: handle --fork-point without reflogjk/merge-base-fork-point-without-reflogJeff King2016-10-121-0/+6
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dk/worktree-dup-checkout-with-bare-is-ok' into maintJunio C Hamano2016-10-281-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | worktree: allow the main brach of a bare repository to be checked outdk/worktree-dup-checkout-with-bare-is-okDennis Kaarsemaker2016-10-141-0/+8
* | | | | | | | | Merge branch 'jk/ref-symlink-loop' into maintJunio C Hamano2016-10-281-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | files_read_raw_ref: avoid infinite loop on broken symlinksJeff King2016-10-101-0/+5
* | | | | | | | | Merge branch 'kd/mailinfo-quoted-string' into maintJunio C Hamano2016-10-115-33/+77
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | mailinfo: unescape quoted-pair in header fieldskd/mailinfo-quoted-stringKevin Daudt2016-09-285-0/+42
| * | | | | | | | t5100-mailinfo: replace common path prefix with variableKevin Daudt2016-09-281-33/+35
* | | | | | | | | Merge branch 'jk/pack-tag-of-tag' into maintJunio C Hamano2016-10-031-29/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pack-objects: walk tag chains for --include-tagjk/pack-tag-of-tagJeff King2016-09-071-0/+52
| * | | | | | | | | t5305: simplify packname handlingJeff King2016-09-071-6/+6
| * | | | | | | | | t5305: use "git -C"Jeff King2016-09-071-21/+7
| * | | | | | | | | t5305: drop "dry-run" of unpack-objectsJeff King2016-09-071-2/+0
| * | | | | | | | | t5305: move cleanup into test blockJeff King2016-09-071-2/+2
* | | | | | | | | | Merge branch 'tg/add-chmod+x-fix' into maintJunio C Hamano2016-09-292-0/+61
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt2016-09-211-4/+2
| * | | | | | | | | t3700-add: create subdirectory gentlyJohannes Sixt2016-09-211-1/+1
| * | | | | | | | | add: modify already added files when --chmod is givenThomas Gummerer2016-09-151-0/+50
| * | | | | | | | | update-index: add test for chmod flagsThomas Gummerer2016-09-141-0/+13
* | | | | | | | | | Merge branch 'rt/rebase-i-broken-insn-advise' into maintJunio C Hamano2016-09-291-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rebase -i: improve advice on bad instruction linesrt/rebase-i-broken-insn-adviseRalf Thielow2016-09-071-3/+3
* | | | | | | | | | | Merge branch 'js/regexec-buf' into maintJunio C Hamano2016-09-291-0/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | regex: use regexec_buf()Johannes Schindelin2016-09-211-1/+1
| * | | | | | | | | | | regex: -G<pattern> feeds a non NUL-terminated string to regexec() and failsJohannes Schindelin2016-09-211-0/+22
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'nd/checkout-disambiguation' into maintJunio C Hamano2016-09-292-0/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | checkout: fix ambiguity check in subdirnd/checkout-disambiguationNguyễn Thái Ngọc Duy2016-09-212-0/+21
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jk/rebase-i-drop-ident-check' into maintJunio C Hamano2016-09-291-0/+47
|\ \ \ \ \ \ \ \ \ \ \