git_index_conflict_next

Returns the current conflict (ancestor, ours and theirs entry) and advance the iterator internally to the next value.

@param ancestor_out Pointer to store the ancestor side of the conflict @param our_out Pointer to store our side of the conflict @param their_out Pointer to store their side of the conflict @return 0 (no error), git_error_code.GIT_ITEROVER (iteration is done) or an error code (negative value)

extern (C) nothrow @nogc
int
git_index_conflict_next

Meta