git_index_conflict_iterator_new

Create an iterator for the conflicts in the index.

The index must not be modified while iterating; the results are undefined.

@param iterator_out The newly created conflict iterator @param index The index to scan @return 0 or an error code

extern (C) nothrow @nogc
int
git_index_conflict_iterator_new

Meta