git_index_conflict_cleanup

Remove all conflicts in the index (entries with a stage greater than 0).

extern (C) nothrow @nogc public
int
git_index_conflict_cleanup

Parameters

index libgit2.types.git_index*

an existing index object

Return Value

Type: int

0 or an error code

Meta