index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
chainlint.pl
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
chainlint: colorize problem annotations and test delimiters
Eric Sunshine
1
-3
/
+43
2022-09-01
chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
Eric Sunshine
1
-0
/
+3
2022-09-01
chainlint.pl: complain about loops lacking explicit failure handling
Eric Sunshine
1
-0
/
+11
2022-09-01
chainlint.pl: don't flag broken &&-chain if failure indicated explicitly
Eric Sunshine
1
-0
/
+8
2022-09-01
chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly
Eric Sunshine
1
-0
/
+6
2022-09-01
chainlint.pl: don't require `&` background command to end with `&&`
Eric Sunshine
1
-1
/
+1
2022-09-01
chainlint.pl: don't require `return|exit|continue` to end with `&&`
Eric Sunshine
1
-2
/
+18
2022-09-01
chainlint.pl: validate test scripts in parallel
Eric Sunshine
1
-1
/
+49
2022-09-01
chainlint.pl: add parser to identify test definitions
Eric Sunshine
1
-3
/
+60
2022-09-01
chainlint.pl: add parser to validate tests
Eric Sunshine
1
-0
/
+46
2022-09-01
chainlint.pl: add POSIX shell parser
Eric Sunshine
1
-0
/
+243
2022-09-01
chainlint.pl: add POSIX shell lexical analyzer
Eric Sunshine
1
-0
/
+177
2022-09-01
t: add skeleton chainlint.pl
Eric Sunshine
1
-0
/
+115