Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: drop whitespace after shell redirection operators | Zbigniew Jędrzejewski-Szmek | 2023-02-06 | 1 | -2/+2 |
| | | | | | | | | | | (The one case that is left unchanged is '< <(subcommand)'.) This way, the style with no gap was already dominant. This way, the reader immediately knows that ' < ' is a comparison operator and ' << ' is a shift. In a few cases, replace custom EOF replacement by just EOF. There is no point in using someting like "_EOL" unless "EOF" appears in the text. | ||||
* | core: add OpenFile setting | Richard Phibel | 2023-01-10 | 2 | -0/+17 |