libgit2_d.sys.config

Undocumented in source.

Members

Functions

GIT_CONFIG_BACKEND_INIT
GIT_CONFIG_BACKEND_INIT()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_config_add_backend
int git_config_add_backend(libgit2_d.types.git_config* cfg, .git_config_backend* file, libgit2_d.config.git_config_level_t level, const(libgit2_d.types.git_repository)* repo, int force)

Add a generic config file instance to an existing config

git_config_init_backend
int git_config_init_backend(.git_config_backend* backend, uint version_)

Initializes a git_config_backend with default values. Equivalent to creating an instance with GIT_CONFIG_BACKEND_INIT.

Manifest constants

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

Structs

git_config_backend
struct git_config_backend

Generic backend that implements the interface to access a configuration file

git_config_iterator
struct git_config_iterator

Every iterator must have this struct as its first element, so the API can talk to it. You'd define your iterator as

Meta