libgit2

git_reflog_entry_oidold

Version:

Get the old oid

Signature

char *git_reflog_entry_oidold(const git_reflog_entry *entry);

Parameters

In
entry

a reflog entry

Returns

char *

the old oid

Versions