GitoxideLabs / gitoxide

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

commit roundtrip #1617

Closed Byron closed 6 days ago

Byron commented 6 days ago

This PR should fix the stress-test which failed by incorrectly thinking that a commit can't be round-tripped (and is thus in valid).

And maybe this kind of validation isn't correct anyway as we have a lossy parser, generally.