git_reflog_entry_id_old

Get the old oid

extern (C) nothrow @nogc public
git_reflog_entry_id_old

Parameters

entry const(libgit2.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(libgit2.oid.git_oid)*

the old oid

Meta