git_index_conflict_remove

Removes the index entries that represent a conflict of a single file.

extern (C) nothrow @nogc public
int
git_index_conflict_remove

Parameters

index libgit2.types.git_index*

an existing index object

path const(char)*

path to remove conflicts for

Return Value

Type: int

0 or an error code

Meta