Sigurd Spieckermann
Sigurd Spieckermann
Thanks again for bringing up the `--separate-git-dir` case and for confirming it's working now, @hparfr. :pray:
In essence, instead of fetching copies of other Git repositories, their object stores are linked (via entries in the `.git/objects/info/alternates` file) which avoids duplicating objects. Then, a foreign object can...
Thanks for reporting this, @blakeNaccarato! It's a performance regression, you already traced it back correctly. I'll look into it asap. Sorry for the inconvenience.
I wonder whether we should disallow overriding answers to hidden questions (`when: false` with both literal `false` and Jinja expression evaluating as `false`) via `--data`/`data=` for better consistency across interactive...
I'm not convinced by the benefit of this change. Could you elaborate on the motivation?