libgit2

git_config_delete

Version:

Delete a config variable

Signature

int git_config_delete(git_config *cfg, const char *name);

Parameters

In
cfg

the configuration

const char *
In
name

the variable to delete

Returns

int

Versions