libgit2

git_index_conflict_iterator_new

Version:

Create an iterator for the conflicts in the index. You may not modify the index while iterating, the results are undefined.

Signature

int git_index_conflict_iterator_new(git_index_conflict_iterator **iterator_out, git_index *index);

Parameters

In
index

Returns

int

0 or an error code

Versions