git_reflog_entry_id_new

Get the new oid

extern (C) nothrow @nogc public
git_reflog_entry_id_new

Parameters

entry const(libgit2.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(libgit2.oid.git_oid)*

the new oid at this time

Meta