git_config_iterator_new

Iterate over all the config variables

Use git_config_next to advance the iteration and git_config_iterator_free when done.

extern (C) nothrow @nogc public
int
git_config_iterator_new

Parameters

out_ .git_config_iterator**

pointer to store the iterator

cfg const(libgit2.types.git_config)*

where to get the variables from

Return Value

Type: int

0 or an error code.

Meta