Constructors for default filesystem-based refdb backend
Under normal usage, this is called for you when the repository is opened / created, but you can use this to explicitly construct a filesystem refdb backend for a repository.
Output pointer to the git_refdb_backend object
Git repository to access
0 on success, <0 error code on failure
See Implementation
Constructors for default filesystem-based refdb backend
Under normal usage, this is called for you when the repository is opened / created, but you can use this to explicitly construct a filesystem refdb backend for a repository.