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.

extern (C) nothrow @nogc
int
git_index_conflict_iterator_new

Parameters

iterator_out libgit2_d.types.git_index_conflict_iterator**

The newly created conflict iterator

index libgit2_d.types.git_index*

The index to scan

Return Value

Type: int

0 or an error code

Meta