Iterate over all the config variables
Use git_config_next to advance the iteration and git_config_iterator_free when done.
git_config_next
git_config_iterator_free
pointer to store the iterator
where to get the variables from
0 or an error code.