git_config_new

Allocate a new configuration object

This object is empty, so you have to add a file to it before you can do anything with it.

@param out_ pointer to the new configuration @return 0 or an error code

extern (C) nothrow @nogc
int
git_config_new

Meta