libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_commit_author
libgit2_d
commit
Get the author of a commit.
extern (
C
) nothrow @
nogc
const
(
libgit2_d.types.git_signature
)*
git_commit_author
(
const
(
libgit2_d.types.git_commit
)*
commit
)
Parameters
commit
const
(
libgit2_d
.
types
.
git_commit
)*
a previously loaded commit.
Return Value
Type:
const
(
libgit2_d
.
types
.
git_signature
)*
the author of a commit
Meta
Source
See Implementation
libgit2_d
commit
aliases
git_commit_signing_cb
functions
git_commit_amend
git_commit_author
git_commit_author_with_mailmap
git_commit_body
git_commit_committer
git_commit_committer_with_mailmap
git_commit_create
git_commit_create_buffer
git_commit_create_v
git_commit_create_with_signature
git_commit_dup
git_commit_extract_signature
git_commit_free
git_commit_header_field
git_commit_id
git_commit_lookup
git_commit_lookup_prefix
git_commit_message
git_commit_message_encoding
git_commit_message_raw
git_commit_nth_gen_ancestor
git_commit_owner
git_commit_parent
git_commit_parent_id
git_commit_parentcount
git_commit_raw_header
git_commit_summary
git_commit_time
git_commit_time_offset
git_commit_tree
git_commit_tree_id
Get the author of a commit.