- compress
int function(git_refdb_backend* backend) compress;
Undocumented in source.
- delete_
int function(git_refdb_backend* backend, const(char)* ref_name) delete_;
Undocumented in source.
- exists
int function(int* exists, git_refdb_backend* backend, const(char)* ref_name) exists;
Undocumented in source.
- free
void function(git_refdb_backend* backend) free;
Undocumented in source.
- iterator
int function(git_reference_iterator** iter, git_refdb_backend* backend, const(char)* glob) iterator;
Undocumented in source.
- lookup
int function(git_reference** out_, git_refdb_backend* backend, const(char)* ref_name) lookup;
Undocumented in source.
- rename
int function(git_reference** out_, git_refdb_backend* backend, const(char)* old_name, const(char)* new_name, int force) rename;
Undocumented in source.
- version_
uint version_;
Undocumented in source.
- write
int function(git_refdb_backend* backend, const(git_reference)* ref_, int force) write;
Undocumented in source.