Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-29 | 49315: list units in brackets at the end of group descriptions | Oliver Kiddle | 1 | -1/+1 | |
2020-01-09 | unposted: Two additional typo fixes. | Daniel Shahaf | 1 | -1/+1 | |
2020-01-09 | Fix typos reported by codespell in shell code | Mikael Magnusson | 1 | -1/+1 | |
2016-11-09 | 39890: typo corrections in completion functions | Oliver Kiddle | 1 | -2/+2 | |
2016-10-07 | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 1 | -2/+2 | |
-P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | |||||
2013-11-27 | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 1 | -2/+2 | |
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | |||||
2011-05-22 | 29328: Another missing backslash in _git, remove some not needed backslashes ↵ | Mikael Magnusson | 1 | -7/+7 | |
in array definitions. | |||||
2007-08-18 | 23775: restore completion of devicename=filename pairs after -Z and -M. | Clint Adams | 1 | -3/+16 | |
2007-08-09 | 23748: better completion for growisofs and mkisofs. | Clint Adams | 1 | -61/+330 | |
2007-08-08 | 23746: partial completion for growisofs. | Clint Adams | 1 | -0/+63 | |