libgit2

git_index_entrycount_unmerged

Version:

Get the count of unmerged entries currently in the index

Signature

unsigned int git_index_entrycount_unmerged(git_index *index);

Parameters

In
index

an existing index object

Returns

unsigned int

integer of count of current unmerged entries

Versions