git_reflog_entry_committer

Get the committer of this entry

extern (C) nothrow @nogc
git_reflog_entry_committer

Parameters

entry const(libgit2_d.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(libgit2_d.types.git_signature)*

the committer

Meta