| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-06 | vcs_tag: Add install kwargs | Xavier Claessens | |
| Fixes: #4893 | |||
| 2022-04-20 | vcs_tag: handle non-str / non-file arguments | Kirill Isakov | |
| This makes vcs_tag behave like other commands so it accepts not only string and file arguments, but also exe, custom_tgt, and external_program. | |||
| 2022-04-20 | vcs_tag: document the already supported file arg | Kirill Isakov | |
| 2022-03-12 | fix regression in vcs_tag when the VCS program is not installed | Eli Schwartz | |
| We are supposed to fallback on the fallback when running the vcstagger, but instead we errored out during configure. Fixes regression in commit b402817fb6f0392812bfa272bdbc05c9c30139fa. Before this, we used shutil.which || relative paths, and in the latter case if it could not be found we still wrote out that path but it failed to run in vcstagger. Now, we use find_program under the hood, so it needs to be run in non-fatal mode, and if it is not found, we simply keep the original command string. It's a VCS command, so if we magically end up finding it at runtime because it was installed after running configure, that is *fine*. | |||
| 2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | |
| and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
