- cfg
git_config* cfg;
Undocumented in source.
- del
int function(git_config_backend*, const(char)* key) del;
Undocumented in source.
- del_multivar
int function(git_config_backend*, const(char)* key, const(char)* regexp) del_multivar;
Undocumented in source.
- free
void function(git_config_backend*) free;
Undocumented in source.
- get
int function(const(git_config_backend)*, const(char)* key, const(git_config_entry)** entry) get;
Undocumented in source.
- iterator
int function(git_config_iterator**, git_config_backend*) iterator;
Undocumented in source.
- open
int function(git_config_backend*, git_config_level_t level) open;
Undocumented in source.
- refresh
int function(git_config_backend*) refresh;
Undocumented in source.
- set
int function(git_config_backend*, const(char)* key, const(char)* value) set;
Undocumented in source.
- set_multivar
int function(git_config_backend* cfg, const(char)* name, const(char)* regexp, const(char)* value) set_multivar;
Undocumented in source.
- version_
uint version_;
Undocumented in source.