Perform an operation on each config variable in a given config backend,
matching a regular expression.
This behaves like git_config_foreach_match except that only config
entries from the given backend entry are enumerated.
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.
Perform an operation on each config variable in a given config backend, matching a regular expression.
This behaves like git_config_foreach_match except that only config entries from the given backend entry are enumerated.
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.