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-pack: fix nested lower root creation #2219

Closed metanivek closed 1 year ago

metanivek commented 1 year ago

Previously, a lower root nested in the root would not be created since it depended on the root being created first.

This PR fixes this by moving the lower creation into file manager, where it can happen after the root is created.