We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the improvements regarding support for SHA-256 in Git, last mentioned in the release notes for version 2.45:
libgit2 has experimental support for SHA-256, guarded by -DEXPERIMENTAL_SHA256.
-DEXPERIMENTAL_SHA256
There is a reference to this in git2-rs:
git2-rs/libgit2-sys/lib.rs
Line 1174 in abbd64e
It might be useful to allow users explore SHA-256 compatibility with git2-rs, probably behind a feature flag.
The text was updated successfully, but these errors were encountered:
With libgit2 1.9.0 it was announced that 2.0.0 will be ABI breaking and making SHA256 support default
Sorry, something went wrong.
No branches or pull requests
Consider the improvements regarding support for SHA-256 in Git, last mentioned in the release notes for version 2.45:
libgit2 has experimental support for SHA-256, guarded by
-DEXPERIMENTAL_SHA256
.There is a reference to this in git2-rs:
git2-rs/libgit2-sys/lib.rs
Line 1174 in abbd64e
It might be useful to allow users explore SHA-256 compatibility with git2-rs, probably behind a feature flag.
The text was updated successfully, but these errors were encountered: