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
2021-12-14chainlint.sed: stop splitting "(..." into separate lines "(" and "..."Eric Sunshine
2021-12-14chainlint.sed: swallow comments consistentlyEric Sunshine
2021-12-14chainlint.sed: stop throwing away here-doc tagsEric Sunshine
2021-12-14chainlint.sed: don't mistake `<< word` in string as here-doc operatorEric Sunshine
2021-12-14chainlint.sed: make here-doc "<<-" operator recognition more POSIX-likeEric Sunshine
2021-12-14chainlint.sed: drop subshell-closing ">" annotationEric Sunshine
2021-12-14chainlint.sed: drop unnecessary distinction between ?!AMP?! and ?!SEMI?!Eric Sunshine
2021-12-14chainlint.sed: tolerate harmless ";" at end of last line in blockEric Sunshine
2021-12-14chainlint.sed: improve ?!SEMI?! placement accuracyEric Sunshine
2021-12-14chainlint.sed: improve ?!AMP?! placement accuracyEric Sunshine
2020-09-10Fit to Plan 9's ANSI/POSIX compatibility layerKyohei Kadota
2018-09-05Merge branch 'es/chain-lint-more'Junio C Hamano
2018-08-29chainlint: match "quoted" here-doc tagsEric Sunshine
2018-08-28tests: use shorter labels in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason
2018-08-27tests: fix comment syntax in chainlint.sed for AIX sedÆvar Arnfjörð Bjarmason
2018-08-13chainlint: recognize multi-line quoted strings more robustlyEric Sunshine
2018-08-13chainlint: let here-doc and multi-line string commence on same lineEric Sunshine
2018-08-13chainlint: recognize multi-line $(...) when command cuddled with "$("Eric Sunshine
2018-08-13chainlint: match 'quoted' here-doc tagsEric Sunshine
2018-08-13chainlint: match arbitrary here-docs tags rather than hard-coded namesEric Sunshine
2018-07-31t/chainlint.sed: drop extra spaces from regex character classEric Sunshine
2018-07-17t/test-lib: teach --chain-lint to detect broken &&-chains in subshellsEric Sunshine