libgit2

git_reflog_entry_oidnew

Version:

Get the new oid

Signature

const git_oid *git_reflog_entry_oidnew(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

the new oid at this time

Versions