git_config_get_entry

Get the git_config_entry of a config variable.

Free the git_config_entry after use with git_config_entry_free().

@param out_ pointer to the variable git_config_entry @param cfg where to look for the variable @param name the variable's name @return 0 or an error code

extern (C) nothrow @nogc
int
git_config_get_entry

Meta