libgit2

git_config_free

Version:

Free the configuration and its associated memory and files

Signature

void git_config_free(git_config *cfg);

Parameters

In
cfg

the configuration to free

Versions