Sven Kanoldt
Sven Kanoldt
There is a WIP and experimental branch: https://github.com/cargo-generate/cargo-generate/tree/feat/1037-gix-as-git2-successor
Hey @orhun, BTW very cool that you work now on shuttle! > Would it be feasible to support rustls? The Question would be does `git2` support rustls instead? Because cargo-generate...
For some features we use gitoxide already. E.g gitconfig parsing etc. But I watch the progress on gitoxide and at some point I have high hopes to be able to...
Sounds like a reasonable idea. I guess adding an optional cli argument that would trigger rustfmt as a post script, would not be enough right? I assume you as the...
I'm thinking of providing some sort of cargo-generated provided "post-processors" that one can then select by name in their template config / or own config. For example a post processor...
> Is there any progress or update regarding this feature? The work on this feature as drafted above did not yet start. If it's a pressing need of yours, feel...
If I understand you correct: - given a template repo where templates live in the branch `templates` - you want to ensure that after using this template repo, users will...
I guess the proposed workaround is fine, but IMO it is important to restore the `CWD` to it's previous value in order to minimize side effects as much as possible....
Interesting, are your keys protected by a passphrase? As it seems it is using git over ssh even if you've given it a http url. When you comment out the...
@rakuten-JO can you please try the approach from the comment below and see if that would solve your issue? https://github.com/rust-lang/cargo/issues/3381#issuecomment-725980194