Byron / gitoxide

An idiomatic, lean, fast & safe pure Rust implementation of Git
Apache License 2.0
8.79k stars 295 forks source link

Sha 256 support #281

Open Byron opened 2 years ago

Byron commented 2 years ago

Even though the foundation is set, it needs another push to actually make it work with different kinds of hashes.

Tasks

Implementation ideas

Notes

shea256 commented 1 year ago

+1 to this feature. Excited to see this implemented.

msrd0 commented 4 months ago

+1. Given that git no longer considers sha256 support experimental and forges such as forgejo added support, this has became more relevant for new git repositories.