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.

@param entry The entry @return 1 if the entry is a conflict entry, 0 otherwise

extern (C) nothrow @nogc
int
git_index_entry_is_conflict

Meta