Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-08-13 | chainlint: recognize multi-line quoted strings more robustly | Eric Sunshine | 1 | -10/+22 |
2018-08-13 | chainlint: let here-doc and multi-line string commence on same line | Eric Sunshine | 1 | -3/+4 |
2018-08-13 | chainlint: recognize multi-line $(...) when command cuddled with "$(" | Eric Sunshine | 1 | -1/+1 |
2018-08-13 | chainlint: match 'quoted' here-doc tags | Eric Sunshine | 1 | -4/+4 |
2018-08-13 | chainlint: match arbitrary here-docs tags rather than hard-coded names | Eric Sunshine | 1 | -23/+34 |
2018-07-31 | t/chainlint.sed: drop extra spaces from regex character class | Eric Sunshine | 1 | -4/+4 |
2018-07-17 | t/test-lib: teach --chain-lint to detect broken &&-chains in subshells | Eric Sunshine | 1 | -0/+346 |