libgit2

git_reflog_entry_oidold

Version:

Get the old oid

Signature

const git_oid *git_reflog_entry_oidold(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

the old oid

Versions