libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_reflog_entry_committer
libgit2_d
reflog
Get the committer of this entry
extern (
C
) nothrow @
nogc
const
(
libgit2_d.types.git_signature
)*
git_reflog_entry_committer
(
const
(
libgit2_d.types.git_reflog_entry
)*
entry
)
Parameters
entry
const
(
libgit2_d
.
types
.
git_reflog_entry
)*
a reflog entry
Return Value
Type:
const
(
libgit2_d
.
types
.
git_signature
)*
the committer
Meta
Source
See Implementation
libgit2_d
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 committer of this entry