summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* t7000-t7999: fix broken &&-chainsEric Sunshine2018-07-167-57/+57
* t6000-t6999: fix broken &&-chainsEric Sunshine2018-07-165-17/+17
* t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-1614-24/+24
* t4000-t4999: fix broken &&-chainsEric Sunshine2018-07-166-17/+17
* t3030: fix broken &&-chainsEric Sunshine2018-07-161-170/+170
* t3000-t3999: fix broken &&-chainsEric Sunshine2018-07-1610-28/+28
* t2000-t2999: fix broken &&-chainsEric Sunshine2018-07-162-8/+8
* t1000-t1999: fix broken &&-chainsEric Sunshine2018-07-166-19/+19
* t0000-t0999: fix broken &&-chainsEric Sunshine2018-07-163-15/+15
* t9814: simplify convoluted check that command correctly errors outEric Sunshine2018-07-161-15/+3
* t9001: fix broken "invoke hook" testEric Sunshine2018-07-161-2/+2
* t7810: use test_expect_code() instead of hand-rolled comparisonEric Sunshine2018-07-161-4/+3
* t7400: fix broken "submodule add/reconfigure --force" testEric Sunshine2018-07-161-5/+6
* t7201: drop pointless "exit 0" at end of subshellEric Sunshine2018-07-031-1/+0
* t6036: fix broken "merge fails but has appropriate contents" testsEric Sunshine2018-07-031-4/+4
* t5505: modernize and simplify hard-to-digest testEric Sunshine2018-07-031-6/+2
* t5406: use write_script() instead of birthing shell script manuallyEric Sunshine2018-07-031-2/+3
* t5405: use test_must_fail() instead of checking exit code manuallyEric Sunshine2018-07-031-2/+1
* t/lib-submodule-update: fix "absorbing" testEric Sunshine2018-07-031-3/+2
* t: drop unnecessary terminating semicolon in subshellEric Sunshine2018-07-033-4/+4
* t: use sane_unset() rather than 'unset' with broken &&-chainEric Sunshine2018-07-032-3/+3
* t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine2018-07-0310-62/+61
* t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine2018-07-034-10/+8
* Second batch for 2.19 cycleJunio C Hamano2018-06-281-0/+44
* Merge branch 'sb/fix-fetching-moved-submodules'Junio C Hamano2018-06-282-7/+5
|\
| * t5526: test recursive submodules when fetching moved submodulesStefan Beller2018-06-141-5/+1
| * submodule: fix NULL correctness in renamed broken submodulesStefan Beller2018-06-141-2/+4
* | Merge branch 'tz/cred-netrc-cleanup'Junio C Hamano2018-06-283-6/+11
|\ \
| * | git-credential-netrc: make "all" default target of MakefileTodd Zullinger2018-06-181-0/+3
| * | git-credential-netrc: fix exit status when tests failLuis Marsano2018-06-181-1/+3
| * | git-credential-netrc: use in-tree Git.pm for testsLuis Marsano2018-06-182-2/+2
| * | git-credential-netrc: minor whitespace cleanup in test scriptTodd Zullinger2018-06-181-4/+4
* | | Merge branch 'jc/clean-after-sanity-tests'Junio C Hamano2018-06-285-9/+6
|\ \ \
| * | | tests: clean after SANITY testsJunio C Hamano2018-06-155-9/+6
* | | | Merge branch 'nd/completion-negation'Junio C Hamano2018-06-284-34/+136
|\ \ \ \
| * | | | completion: collapse extra --no-.. optionsNguyễn Thái Ngọc Duy2018-06-113-29/+115
| * | | | completion: suppress some -no- optionsNguyễn Thái Ngọc Duy2018-05-292-6/+6
| * | | | parse-options: option to let --git-completion-helper show negative formNguyễn Thái Ngọc Duy2018-05-293-30/+46
* | | | | Merge branch 'pw/add-p-recount'Junio C Hamano2018-06-282-1/+44
|\ \ \ \ \
| * | | | | add -p: fix counting empty context lines in edited patchesPhillip Wood2018-06-112-1/+44
* | | | | | Merge branch 'jk/fetch-all-peeled-fix'Junio C Hamano2018-06-282-4/+45
|\ \ \ \ \ \
| * | | | | | fetch-pack: test explicitly that --all can fetch tag references pointing to n...Kirill Smelkov2018-06-131-0/+31
| * | | | | | fetch-pack: don't try to fetch peel values with --allJeff King2018-06-112-4/+14
* | | | | | | Merge branch 'ms/send-pack-honor-config'Junio C Hamano2018-06-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | builtin/send-pack: populate the default configsMasaya Suzuki2018-06-121-1/+1
* | | | | | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-06-282-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | list-objects: check if filter is NULL before usingJonathan Tan2018-06-122-0/+10
* | | | | | | | | Merge branch 'sg/gpg-tests-fix'Junio C Hamano2018-06-284-7/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: make forging GPG signed commits and tags more robustSZEDER Gábor2018-06-114-5/+4
| * | | | | | | | | t7510-signed-commit: use 'test_must_fail'SZEDER Gábor2018-06-111-2/+2