git_config_multivar_iterator_new

Get each value of a multivar

The regular expression is applied case-sensitively on the normalized form of the variable name: the section and variable parts are lower-cased. The subsection is left unchanged.

@param out_ pointer to store the iterator @param cfg where to look for the variable @param name the variable's name @param regexp regular expression to filter which variables we're interested in. Use null to indicate all

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

Meta