Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-30tests: diagnose unclosed here-doc in chainlint.plEric Sunshine
2022-11-29Merge branch 'ah/chainlint-cpuinfo-parse-fix'Junio C Hamano
2022-11-23chainlint.pl: fix /proc/cpuinfo regexpAndreas Hasenack
2022-11-12chainlint: prefix annotated test definition with line numbersEric Sunshine
2022-11-12chainlint: latch line numbers at which each token starts and endsEric Sunshine
2022-11-12chainlint: sidestep impoverished macOS "terminfo"Eric Sunshine
2022-11-08chainlint: annotate original test definition rather than token streamEric Sunshine
2022-11-08chainlint: latch start/end position of each tokenEric Sunshine
2022-11-08chainlint: tighten accuracy when consuming input streamEric Sunshine
2022-11-08chainlint: add explanatory commentsEric Sunshine
2022-09-13chainlint: colorize problem annotations and test delimitersEric Sunshine
2022-09-01chainlint.pl: allow `|| echo` to signal failure upstream of a pipeEric Sunshine
2022-09-01chainlint.pl: complain about loops lacking explicit failure handlingEric Sunshine
2022-09-01chainlint.pl: don't flag broken &&-chain if failure indicated explicitlyEric Sunshine
2022-09-01chainlint.pl: don't flag broken &&-chain if `$?` handled explicitlyEric Sunshine
2022-09-01chainlint.pl: don't require `&` background command to end with `&&`Eric Sunshine
2022-09-01chainlint.pl: don't require `return|exit|continue` to end with `&&`Eric Sunshine
2022-09-01chainlint.pl: validate test scripts in parallelEric Sunshine
2022-09-01chainlint.pl: add parser to identify test definitionsEric Sunshine
2022-09-01chainlint.pl: add parser to validate testsEric Sunshine
2022-09-01chainlint.pl: add POSIX shell parserEric Sunshine
2022-09-01chainlint.pl: add POSIX shell lexical analyzerEric Sunshine
2022-09-01t: add skeleton chainlint.plEric Sunshine