git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason committed almost 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
chainlint.pl: add parser to identify test definitions
Eric Sunshine committed almost 4 years ago
chainlint.pl: add parser to validate tests
Eric Sunshine committed almost 4 years ago
chainlint.pl: add POSIX shell parser
Eric Sunshine committed almost 4 years ago
chainlint.pl: add POSIX shell lexical analyzer
Eric Sunshine committed almost 4 years ago
Eric Sunshine committed almost 4 years ago
add -p: ignore dirty submodules
Johannes Schindelin committed almost 4 years ago