0.29.0 will stick around for a while, as it's the last
version with support for `git.subprocess = false`.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
Required by jj's MSRV. No revbump, since builds without the
MSRV should have failed, so there's no need to rebuild.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
This adds a git2 USE flag (enabled by default) to
match the git2 feature flag added by upstream.
This also adds a gix-max-performance USE flag to
match an existing featre flag. Upstream recommends
this be enabled by packagers, but I've left it
disabled by default here, as it comes with both a
dependency on cmake (for an unfortunately-vendored
zlib-ng) and potential incompatibilties (since it
uses assembly versions of SHA1 code in gitoxide).
Signed-off-by: demize <demize@unstable.systems>