Expand description
An object database delegating object access to multiple contained object databases with loose and packed objects.
Modules
Structs
StoreDeprecated
A static object database with tiered lookup in packs and loose objects. This is a typical git database as used in git repositories, sans ‘alternates’. Note that this ODB won’t detect changes on disk and will eagerly map all relevant files. Multipack indices are not supported either.