git_config_free

Free the configuration and its associated memory and files

extern (C) nothrow @nogc public
void
git_config_free

Parameters

cfg libgit2.types.git_config*

the configuration to free

Meta