git_odb_backend.writemidx

If the backend supports pack files, this will create a multi-pack-index file which will contain an index of all objects across all the .pack files.

struct git_odb_backend
int function(.git_odb_backend*) writemidx;

Meta