mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 18:21:14 +00:00
That's the refdb, it's not the odb...
This commit is contained in:
parent
4a1b40159b
commit
e0b267afa8
@ -121,8 +121,8 @@ struct git_refdb_backend {
|
|||||||
void (*free)(git_refdb_backend *backend);
|
void (*free)(git_refdb_backend *backend);
|
||||||
};
|
};
|
||||||
|
|
||||||
#define GIT_ODB_BACKEND_VERSION 1
|
#define GIT_REFDB_BACKEND_VERSION 1
|
||||||
#define GIT_ODB_BACKEND_INIT {GIT_ODB_BACKEND_VERSION}
|
#define GIT_REFDB_BACKEND_INIT {GIT_REFDB_BACKEND_VERSION}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructors for default filesystem-based refdb backend
|
* Constructors for default filesystem-based refdb backend
|
||||||
|
Loading…
Reference in New Issue
Block a user