git_reflog_entrycount

Get the number of log entries in a reflog

extern (C) nothrow @nogc
size_t
git_reflog_entrycount

Parameters

reflog libgit2_d.types.git_reflog*

the previously loaded reflog

Return Value

Type: size_t

the number of log entries

Meta