git_config_delete_entry

Delete a config variable from the config file with the highest level (usually the local one).

extern (C) nothrow @nogc public
int
git_config_delete_entry

Parameters

cfg libgit2.types.git_config*

the configuration

name const(char)*

the variable to delete

Return Value

Type: int

0 or an error code.

Meta