git_config_delete_multivar

Deletes one or several entries from a multivar in the local config file.

The regular expression is applied case-sensitively on the value.

@param cfg where to look for the variables @param name the variable's name @param regexp a regular expression to indicate which values to delete

@return 0 or an error code

extern (C) nothrow @nogc
int
git_config_delete_multivar
(,
const(char)* name
,
const(char)* regexp
)

Meta