summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2019-08-08Merge branch 'en/disable-dir-rename-in-recursive-merge'Libravatar Junio C Hamano1-0/+111
2019-08-08t0000: reword comments for "local" testLibravatar Jeff King1-8/+6
2019-08-08t: decrease nesting in test_oid_to_pathLibravatar Jonathan Nieder1-1/+2
2019-08-07merge: --no-verify to bypass pre-merge-commit hookLibravatar Michael J Gruber1-0/+39
2019-08-07git-merge: honor pre-merge-commit hookLibravatar Michael J Gruber1-1/+83
2019-08-07t7503: verify proper hook executionLibravatar Josh Steadmon1-68/+89
2019-08-07test-dir-iterator: use path argument directlyLibravatar René Scharfe1-3/+1
2019-08-06config: stop checking whether the_repository is NULLLibravatar Jeff King1-0/+5
2019-08-06t1309: use short branch name in includeIf.onbranch testLibravatar Jeff King1-1/+1
2019-08-06parse-options: allow --end-of-options as a synonym for "--"Libravatar Jeff King2-0/+14
2019-08-06revision: allow --end-of-options to end option parsingLibravatar Jeff King1-0/+8
2019-08-06merge-recursive: avoid directory rename detection in recursive caseLibravatar Elijah Newren1-0/+111
2019-08-05tests: show the test name and number at the start of verbose outputLibravatar SZEDER Gábor3-6/+8
2019-08-05t0000-basic: use realistic test script names in the verbose testsLibravatar SZEDER Gábor1-6/+6
2019-08-05commit-graph: fix bug around octopus mergesLibravatar Derrick Stolee1-1/+3
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-1/+10
2019-08-05t5318-commit-graph: use 'test_expect_code'Libravatar SZEDER Gábor1-2/+1
2019-08-02Merge branch 'jc/log-mailmap-flip-defaults'Libravatar Junio C Hamano2-2/+33
2019-08-02Merge branch 'js/early-config-with-onbranch'Libravatar Junio C Hamano1-0/+5
2019-08-02restore: add test for deleted ita filesLibravatar Varun Naik1-0/+11
2019-08-02checkout.c: unstage empty deleted ita filesLibravatar Varun Naik1-0/+11
2019-08-02log: really flip the --mailmap defaultLibravatar Junio C Hamano1-0/+33
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'Libravatar SZEDER Gábor8-0/+24
2019-08-01t5703: run all non-httpd-specific tests before sourcing 'lib-httpd.sh'Libravatar SZEDER Gábor1-100/+104
2019-08-01t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'Libravatar SZEDER Gábor1-22/+25
2019-08-01Merge branch 'jk/repack-silence-auto-bitmap-warning'Libravatar Junio C Hamano1-1/+14
2019-08-01Merge branch 'jk/sort-iter-test-output'Libravatar Junio C Hamano2-33/+55
2019-08-01Merge branch 'jc/dir-iterator-test-fix'Libravatar Junio C Hamano2-3/+12
2019-08-01Merge branch 'bc/hash-independent-tests-part-4'Libravatar Junio C Hamano11-93/+142
2019-08-01log: flip the --mailmap default unconditionallyLibravatar Junio C Hamano1-2/+0
2019-07-31config: work around bug with includeif:onbranch and early configLibravatar Johannes Schindelin1-0/+5
2019-07-31repack: simplify handling of auto-bitmaps and .keep filesLibravatar Jeff King1-1/+2
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtLibravatar Jeff King1-0/+11
2019-07-31t7700: clean up .keep file in bitmap-writing testLibravatar Jeff King1-0/+1
2019-07-31rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`Libravatar Johannes Schindelin1-0/+11
2019-07-31t3418: test `rebase -r` with merge strategiesLibravatar Johannes Schindelin1-0/+14
2019-07-31t/lib-rebase: prepare for testing `git rebase --rebase-merges`Libravatar Johannes Schindelin1-4/+5
2019-07-31rebase -r: support merge strategies other than `recursive`Libravatar Johannes Schindelin2-10/+21
2019-07-31t3427: fix another incorrect assumptionLibravatar Johannes Schindelin1-3/+4
2019-07-31t3427: accommodate for the `rebase --merge` backend having been replacedLibravatar Johannes Schindelin1-2/+2
2019-07-31t3427: fix erroneous assumptionLibravatar Johannes Schindelin1-3/+3
2019-07-31t3427: condense the unnecessarily repetitive test cases into threeLibravatar Johannes Schindelin1-50/+11
2019-07-31t3427: move the `filter-branch` invocation into the `setup` caseLibravatar Johannes Schindelin1-25/+13
2019-07-31t3427: simplify the `setup` test case significantlyLibravatar Johannes Schindelin1-21/+15
2019-07-31t3427: add a clarifying commentLibravatar Johannes Schindelin1-0/+28
2019-07-31t3400: stop referring to the scripted rebaseLibravatar Johannes Schindelin1-1/+1
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationLibravatar SZEDER Gábor1-1/+1
2019-07-31t: sort output of hashmap iterationLibravatar Jeff King2-33/+55
2019-07-30grep: fix worktree case in submodulesLibravatar Matheus Tavares1-0/+21
2019-07-30test-dir-iterator: do not assume errno valuesLibravatar Junio C Hamano2-3/+12