Commit 7829b411 by Edward Thomson Committed by GitHub

Merge pull request #4044 from jacquesg/mempack-version

mempack: set the odb backend version
parents 75db289a 6a8127d7
......@@ -177,6 +177,7 @@ int git_mempack_new(git_odb_backend **out)
db->objects = git_oidmap_alloc();
db->parent.version = GIT_ODB_BACKEND_VERSION;
db->parent.read = &impl__read;
db->parent.write = &impl__write;
db->parent.read_header = &impl__read_header;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment