Sigurd Spieckermann
Sigurd Spieckermann
I think the scenarios are like this: - If `_commit` can be parsed: - If Copier finds a newer version, it performs the update as usual and additionally locks the...
Sounds good. Just some additional ideas for the flag name: - `--ignore-tags` / `--ignore-git-tags` - `--no-tags` / `--no-git-tags` – a bit similar to `git fetch --no-tags`
Sorry for my delayed reply, I've been very busy and wanted to dedicate time to give proper feedback. I've been thinking about the relationship between `--ignore-git-tags` and `--vcs-ref :current:`, and...
Thanks for your warm words about Copier! :bow: I'm afraid I can't reproduce the problem you're describing without more details, ideally with a minimal reproducible example. `--conflict=inline` as been the...
Can you share the choice question spec and answer?
The choices mapping works the other way around (`: `): ```diff choices: - raw: Raw neuroimaging data - derivative: Processed/analyzed data - study: Complete study with raw and derivatives +...
Sounds good to me. :+1: Please feel free to submit a PR. Perhaps we can call the exception `TaskError`?
This topic has come up a couple of times; in fact, [I myself suggested a similar idea some time ago](https://github.com/orgs/copier-org/discussions/1203), but [we decided to make `when: false` an official feature...