libgit2

git_reflog_entry_committer

Version:

Get the committer of this entry

Signature

const git_signature *git_reflog_entry_committer(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

the committer

Versions