summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2022-09-02submodule--helper: remove unused "list" helperÆvar Arnfjörð Bjarmason1-25/+0
2022-09-02submodule tests: test for "add <repository> <abs-path>"Ævar Arnfjörð Bjarmason1-0/+5
2022-09-02submodule tests: test usage behaviorÆvar Arnfjörð Bjarmason1-0/+26
2022-09-01Merge branch 'en/t4301-more-merge-tree-tests'Junio C Hamano1-1/+573
2022-09-01Merge branch 'en/merge-unstash-only-on-clean-merge'Junio C Hamano1-0/+9
2022-09-01Merge branch 'sg/parse-options-subcommand'Junio C Hamano10-8/+421
2022-09-01Merge branch 'ds/bundle-uri-clone'Junio C Hamano3-0/+128
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason3-4/+4
2022-09-01t: retire unused chainlint.sedEric Sunshine1-399/+0
2022-09-01t/Makefile: teach `make test` and `make prove` to run chainlint.plEric Sunshine1-3/+17
2022-09-01test-lib: replace chainlint.sed with chainlint.plEric Sunshine1-2/+7
2022-09-01test-lib: retire "lint harder" optimization hackEric Sunshine4-21/+3
2022-09-01t/chainlint: add more chainlint.pl self-testsEric Sunshine34-2/+336
2022-09-01chainlint.pl: allow `|| echo` to signal failure upstream of a pipeEric Sunshine3-0/+24
2022-09-01chainlint.pl: complain about loops lacking explicit failure handlingEric Sunshine12-7/+153
2022-09-01chainlint.pl: don't flag broken &&-chain if failure indicated explicitlyEric Sunshine7-2/+62
2022-09-01chainlint.pl: don't flag broken &&-chain if `$?` handled explicitlyEric Sunshine3-0/+26
2022-09-01chainlint.pl: don't require `&` background command to end with `&&`Eric Sunshine3-1/+20
2022-09-01t/Makefile: apply chainlint.pl to existing self-testsEric Sunshine6-14/+46
2022-09-01chainlint.pl: don't require `return|exit|continue` to end with `&&`Eric Sunshine7-2/+63
2022-09-01chainlint.pl: validate test scripts in parallelEric Sunshine1-1/+49
2022-09-01chainlint.pl: add parser to identify test definitionsEric Sunshine1-3/+60
2022-09-01chainlint.pl: add parser to validate testsEric Sunshine1-0/+46
2022-09-01chainlint.pl: add POSIX shell parserEric Sunshine1-0/+243
2022-09-01chainlint.pl: add POSIX shell lexical analyzerEric Sunshine1-0/+177
2022-09-01t: add skeleton chainlint.plEric Sunshine1-0/+115
2022-09-01add -p: ignore dirty submodulesJohannes Schindelin1-0/+12
2022-09-01add -p: gracefully handle unparseable hunk headers in colored diffsJohannes Schindelin1-0/+10
2022-09-01add -p: detect more mismatches between plain vs colored diffsJohannes Schindelin1-2/+3
2022-08-30test-crontab: minor memory and error handling fixesJeff King1-11/+12
2022-08-30t6132(NO_PERL): do not run the scripted `add -p`Johannes Schindelin1-1/+5
2022-08-30t3701: test the built-in `add -i` regardless of NO_PERLJohannes Schindelin1-2/+2
2022-08-29Merge branch 'es/fix-chained-tests'Junio C Hamano5-13/+14
2022-08-29Merge branch 'vd/fix-perf-tests'Junio C Hamano2-2/+2
2022-08-29Merge branch 'jd/prompt-show-conflict'Junio C Hamano1-0/+16
2022-08-29Merge branch 'en/ancestry-path-in-a-range'Junio C Hamano1-63/+36
2022-08-29Merge branch 'mt/rot13-in-c'Junio C Hamano7-294/+422
2022-08-29Merge branch 'ds/decorate-filter-tweak'Junio C Hamano10-43/+450
2022-08-29format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano1-0/+24
2022-08-29format-patch: allow forcing the use of in-body From: headerJunio C Hamano1-0/+13
2022-08-29t4301: emit blank line in more idiomatic fashionEric Sunshine1-10/+10
2022-08-29t4301: fix broken &&-chains and add missing loop terminationEric Sunshine1-2/+2
2022-08-28gc: use temporary file for editing crontabbrian m. carlson1-2/+2
2022-08-28test-mergesort: use mem_pool for sort inputRené Scharfe1-1/+3
2022-08-28test-mergesort: read sort input all at onceRené Scharfe1-12/+24
2022-08-28t4301: account for behavior differences between sed implementationsEric Sunshine1-1/+1
2022-08-28Merge branch 'en/t4301-more-merge-tree-tests' into es/t4301-sed-portability-fixJunio C Hamano1-1/+573
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis1-0/+15
2022-08-26Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano1-0/+25
2022-08-26Merge branch 'jk/fsck-tree-mode-bits-fix' into maintJunio C Hamano2-0/+31