git_reflog_entry_id_old

Get the old oid

extern (C) nothrow @nogc
git_reflog_entry_id_old

Parameters

entry const(libgit2_d.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(libgit2_d.oid.git_oid)*

the old oid

Meta