git_config_delete_entry

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

extern (C) nothrow @nogc
int
git_config_delete_entry

Parameters

cfg libgit2_d.types.git_config*

the configuration

name const(char)*

the variable to delete

Meta