libgit2

git_reflog_entry_id_old

Version:

Get the old oid

Signature

const git_oid *git_reflog_entry_id_old(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

the old oid

Versions