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