radicle-heartwood-lfs/crates/radicle-cli/src/git
Lorenz Leutgeb f65175397f oid: `const ZERO_SHA1` instead of `fn sha1_zero`
`fn sha1_zero` can be `const fn`, and since it does not take arguments,
it can just be a `const`. There is no good reason to not have a constant.

Justification for changing the order to first specify "zero" and then
"SHA1": In the future we will support multiple object formats. A
function that produces a zero OID would be parameterized by the object
format then. Imagine `fn zero(format: ObjectFormat)` which would be
called as `Oid::zero(ObjectForma::Sha1)`. In anticipation, we change the
ordering to match.
2026-04-28 14:35:38 +02:00
..
ddiff.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
pretty_diff.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
unified_diff.rs oid: `const ZERO_SHA1` instead of `fn sha1_zero` 2026-04-28 14:35:38 +02:00