Merge branch 'en/merge-multi-strategies'
Junio C Hamano committed almost 4 years ago
Merge branch 'en/t4301-more-merge-tree-tests'
Junio C Hamano committed almost 4 years ago
Merge branch 'en/merge-unstash-only-on-clean-merge'
Junio C Hamano committed almost 4 years ago
Merge branch 'sg/parse-options-subcommand'
Junio C Hamano committed almost 4 years ago
Merge branch 'ds/bundle-uri-clone'
Junio C Hamano committed almost 4 years ago
git-compat-util.h: use "deprecated" for UNUSED variables
Ævar Arnfjörð Bjarmason committed about 4 years ago
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason committed about 4 years ago
t: retire unused chainlint.sed
Eric Sunshine committed almost 4 years ago
t/Makefile: teach `make test` and `make prove` to run chainlint.pl
Eric Sunshine committed almost 4 years ago
test-lib: replace chainlint.sed with chainlint.pl
Eric Sunshine committed almost 4 years ago
test-lib: retire "lint harder" optimization hack
Eric Sunshine committed almost 4 years ago
t/chainlint: add more chainlint.pl self-tests
Eric Sunshine committed almost 4 years ago
chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
Eric Sunshine committed almost 4 years ago
chainlint.pl: complain about loops lacking explicit failure handling
Eric Sunshine committed almost 4 years ago
chainlint.pl: don't flag broken &&-chain if failure indicated explicitly
Eric Sunshine committed almost 4 years ago
chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly
Eric Sunshine committed almost 4 years ago
chainlint.pl: don't require `&` background command to end with `&&`
Eric Sunshine committed almost 4 years ago
t/Makefile: apply chainlint.pl to existing self-tests
Eric Sunshine committed almost 4 years ago
chainlint.pl: don't require `return|exit|continue` to end with `&&`
Eric Sunshine committed almost 4 years ago
chainlint.pl: validate test scripts in parallel
Eric Sunshine committed almost 4 years ago