Open intermet opened 2 weeks ago
Is it possible to know:
1) the version of decompress
2) the contents of .git/objects/2d/3978bb858c718a42b61ffb1769a4329c2a1bb7
3) the initial content (without compression) of the blob
For the latter, you can find it with git hash-object
and if you find a file with the 2d3978bb858c718a42b61ffb1769a4329c2a1bb7 hash, this is the blob which Irmin try to compress.
Thanks for your report.
Thank you for the fast reply.
I am not sure what you mean exactly in your last comment since I failed to checkout the main branch so the repository is actually empty.
Thanks for your support.
With irmin 3.9.0, checkseum 5.1.0 and optint 3.0, I got a corrupted git repo
When I try to git checkout main I get
I can post the blob file if needed.