mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.85k stars 157 forks source link

irmin-git: expose Content_addressable type #2329

Closed art-w closed 1 month ago

art-w commented 2 months ago

As reported in #2328 the Irmin_git Content_addressable functor is unusable since its type t is private. An alternative to this PR would be to hide the CA module, since it's unused, and its presence encourages users to write code that doesn't work with git remote sync...