libgit2

git_reflog_entry_id_new

Version:

Get the new oid

Signature

const git_oid *git_reflog_entry_id_new(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

the new oid at this time

Versions