git_index_entry_is_conflict

Return whether the given index entry is a conflict (has a high stage entry). This is simply shorthand for git_index_entry_stage > 0.

extern (C) nothrow @nogc
int
git_index_entry_is_conflict

Parameters

entry const(.git_index_entry)*

The entry

Return Value

Type: int

1 if the entry is a conflict entry, 0 otherwise

Meta