Returns the current conflict (ancestor, ours and theirs entry) and advance the iterator internally to the next value.
Pointer to store the ancestor side of the conflict
Pointer to store our side of the conflict
Pointer to store their side of the conflict
0 (no error), git_error_code.GIT_ITEROVER (iteration is done) or an error code (negative value)
See Implementation
Returns the current conflict (ancestor, ours and theirs entry) and advance the iterator internally to the next value.