mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-05 00:51:22 +00:00
Merge pull request #4044 from jacquesg/mempack-version
mempack: set the odb backend version
This commit is contained in:
commit
7829b4118a
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user