libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_reflog_entry_id_old
libgit2
reflog
Get the old oid
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
const
(
libgit2.oid.git_oid
)*
git_reflog_entry_id_old
(
const
(
libgit2.types.git_reflog_entry
)*
entry
)
Parameters
entry
const
(
libgit2
.
types
.
git_reflog_entry
)*
a reflog entry
Return Value
Type:
const
(
libgit2
.
oid
.
git_oid
)*
the old oid
Meta
Source
See Implementation
libgit2
reflog
functions
git_reflog_append
git_reflog_delete
git_reflog_drop
git_reflog_entry_byindex
git_reflog_entry_committer
git_reflog_entry_id_new
git_reflog_entry_id_old
git_reflog_entry_message
git_reflog_entrycount
git_reflog_free
git_reflog_read
git_reflog_rename
git_reflog_write
Get the old oid