libgit2

git_reflog_entrycount

Version:

Get the number of log entries in a reflog

Signature

unsigned int git_reflog_entrycount(git_reflog *reflog);

Parameters

In
reflog

the previously loaded reflog

Returns

unsigned int

the number of log entries

Versions