| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-19 | Make `Output.new` accepts keyword arguments | Nobuyoshi Nakada | |
| 2023-08-23 | tool/lib/output.rb: Make `--color` option like GNU coreutils | Nobuyoshi Nakada | |
| 2023-08-23 | tool/lib/output.rb: Add `--create-only` and `--overwrite` options | Nobuyoshi Nakada | |
| 2023-08-23 | tool/lib/output.rb: Add `--no-color` option | Nobuyoshi Nakada | |
| 2022-12-13 | Skip calling f.read for `overwrite: true`-only cases | Takashi Kokubun | |
| We only need to set outpath for that case. | |||
| 2022-12-13 | Make sure f.read is not called twice | Takashi Kokubun | |
| --revision.h and --if-change are not used simultaneously, but they might be in the future. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> | |||
| 2022-12-12 | Avoid overwriting revision.h when .git doesn't exist (#6915) | Takashi Kokubun | |
| * Avoid overwriting revision.h when .git doesn't exist * Overwrite revision.h if it's blank Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2022-11-13 | Try to overwrite the file in VPATH if possible | Nobuyoshi Nakada | |
| 2022-11-02 | file2lastrev.rb: try to overwrite the found revision.h as before | Nobuyoshi Nakada | |
| 2022-11-02 | file2lastrev.rb: separate options for `Output` and `VPath` | Nobuyoshi Nakada | |
| So the `--srcdir` option in this file can override the same option in `VPath`. | |||
| 2022-11-01 | output.rb: extract from generic_erb.rb | Nobuyoshi Nakada | |
| - writing to a file or stdout - touching timestamp files - overwriting only if changed - colorizing | |||
