git_config_set_multivar

Set a multivar in the local config file.

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

@param cfg where to look for the variable @param name the variable's name @param regexp a regular expression to indicate which values to replace @param value the new value.

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

Meta