aboutsummaryrefslogtreecommitdiffstats
path: root/t/check-non-portable-shell.pl (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-26check-non-portable-shell: improve `VAR=val shell-func` detectionEric Sunshine1-1/+1
2024-07-26check-non-portable-shell: suggest alternative for `VAR=val shell-func`Eric Sunshine1-1/+1
2024-07-26check-non-portable-shell: loosen one-shot assignment error messageEric Sunshine1-1/+1
2024-04-05t: teach lint that RHS of 'local VAR=VAL' needs to be quotedJunio C Hamano1-0/+2
2022-09-23check-non-portable-shell: detect obsolescent egrep/fgrepEric Sunshine1-0/+1
2020-01-15t/check-non-portable-shell: detect "FOO= shell_func", tooJonathan Nieder1-1/+1
2019-05-13check-non-portable-shell: support Perl versions older than 5.10Eric Sunshine1-4/+5
2019-02-06Merge branch 'tb/test-lint-sed-options'Junio C Hamano1-1/+1
2019-01-28test-lint: only use only sed [-n] [-e command] [-f command_file]Torsten Bögershausen1-1/+1
2018-12-03tests: add lint for non portable cp -aCarlo Marcelo Arenas Belón1-0/+1
2018-08-27tests: fix and add lint for non-portable grep --fileÆvar Arnfjörð Bjarmason1-0/+1
2018-08-27tests: fix and add lint for non-portable seqÆvar Arnfjörð Bjarmason1-0/+1
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason1-0/+1
2018-07-16t/check-non-portable-shell: detect "FOO=bar shell_func"Eric Sunshine1-0/+19
2018-07-16t/check-non-portable-shell: make error messages more compactEric Sunshine1-0/+2
2018-07-16t/check-non-portable-shell: stop being so politeEric Sunshine1-5/+5
2017-12-22check-non-portable-shell.pl: `wc -l` may have leading WSTorsten Bögershausen1-0/+1
2017-09-21test-lint: echo -e (or -E) is not portableTorsten Bögershausen1-1/+1
2014-05-23test-lint: find unportable sed, echo, test, and export usage after &&Jonathan Nieder1-4/+4
2013-07-08test-lint: detect 'export FOO=bar'Thomas Rast1-0/+1
2013-01-02test: Add check-non-portable-shell.plTorsten Bögershausen1-0/+27