got is about to get the ability fetch/send from/to sha256 repositories! :flan_hacker:
I've just sent a diff on the mailing list: it advances the work that I've committed almost two year ago during the Prague hackathon.
https://marc.gameoftrees.org/mail/1770483901.27750_0.html
Back then, I was too stupid to understand the documentation and realize that we only needed to add a capability instead of supporting the Git protocol version v2 (which is only for fetch anyway.)
runxiyu on IRC kindly made us notice that we were wrong, and I'm so grateful that I can finally complete the "sha256 project" in got, even if a bit late ;-)
the future steps will be to fix clone (which is slightly tricky since we'll know the object format only after the git "handshake" happens) and sha256 support in gotd, our Git protocol server.
exiting times ahead =)
#gameoftrees #got #git