An entry in a configuration backend backend implementors can have a mechanism to free their data.
Every iterator must have this struct as its first element, so the API can talk to it
Generic backend that implements the interface to access a configuration file
Options for in-memory configuration backends
Current version for the git_config_backend_options
structure
Static constructor for git_config_backend_options
Current version for the git_config_backend_memory_options
structure
Static constructor for git_config_backend_memory_options
Initializes a git_config_backend
with default values creating an instance with GIT_CONFIG_BACKEND_INIT.
Add a generic config file instance to an existing config
Create an in-memory configuration backend from a string in standard git configuration file format
Create an in-memory configuration backend from a list of name/value pairs