Merge pull request #1875 from ethomson/refdb_not_odb

That's the refdb, it's not the odb...
This commit is contained in:
Vicent Martí 2013-09-25 09:36:09 -07:00
commit e4ad52b60f

View File

@ -121,8 +121,8 @@ struct git_refdb_backend {
void (*free)(git_refdb_backend *backend);
};
#define GIT_ODB_BACKEND_VERSION 1
#define GIT_ODB_BACKEND_INIT {GIT_ODB_BACKEND_VERSION}
#define GIT_REFDB_BACKEND_VERSION 1
#define GIT_REFDB_BACKEND_INIT {GIT_REFDB_BACKEND_VERSION}
/**
* Constructors for default filesystem-based refdb backend