Get the next reference's name
This function is provided for convenience in case only the names are interesting as it avoids the allocation of the git_reference object which git_reference_next() needs.
pointer in which to store the string
the iterator
0, git_error_code.GIT_ITEROVER if there are no more; or an error code
See Implementation
Get the next reference's name
This function is provided for convenience in case only the names are interesting as it avoids the allocation of the git_reference object which git_reference_next() needs.