Commit e4ad52b6 by Vicent Martí

Merge pull request #1875 from ethomson/refdb_not_odb

That's the refdb, it's not the odb...
parents b294f97e e0b267af
...@@ -121,8 +121,8 @@ struct git_refdb_backend { ...@@ -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
......
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