libgit2

git_index_reuc_entrycount

Version:

Get the count of resolve undo entries currently in the index.

Signature

unsigned int git_index_reuc_entrycount(git_index *index);

Parameters

In
index

an existing index object

Returns

unsigned int

integer of count of current resolve undo entries

Versions