git_reflog_entrycount

Get the number of log entries in a reflog

extern (C) nothrow @nogc public
size_t
git_reflog_entrycount

Parameters

reflog libgit2.types.git_reflog*

the previously loaded reflog

Return Value

Type: size_t

the number of log entries

Meta