git_refdb_backend

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

compress
int function(git_refdb_backend* backend) compress;
Undocumented in source.
del
int function(git_refdb_backend* backend, const(char)* ref_name) del;
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.
reflog_delete
int function(git_refdb_backend* backend, const(char)* name) reflog_delete;
Undocumented in source.
reflog_read
int function(git_reflog** out_, git_refdb_backend* backend, const(char)* name) reflog_read;
Undocumented in source.
reflog_rename
int function(git_refdb_backend* _backend, const(char)* old_name, const(char)* new_name) reflog_rename;
Undocumented in source.
reflog_write
int function(git_refdb_backend* backend, git_reflog* reflog) reflog_write;
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.

Meta