git_reflog_entry_id_new

Get the new oid

extern (C) nothrow @nogc
git_reflog_entry_id_new

Parameters

entry const(libgit2_d.types.git_reflog_entry)*

a reflog entry

Return Value

Type: const(libgit2_d.oid.git_oid)*

the new oid at this time

Meta