git_index_has_conflicts

Determine if the index contains entries representing file conflicts.

extern (C) nothrow @nogc
int
git_index_has_conflicts

Return Value

Type: int

1 if at least one conflict is found, 0 otherwise.

Meta