Iterate over all the config variables
Use git_config_next to advance the iteration and git_config_iterator_free when done.
@param out_ pointer to store the iterator @param cfg where to ge the variables from
See Implementation
Iterate over all the config variables
Use git_config_next to advance the iteration and git_config_iterator_free when done.
@param out_ pointer to store the iterator @param cfg where to ge the variables from