libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_commit_author
libgit2
commit
Get the author of a commit.
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
const
(
libgit2.types.git_signature
)*
git_commit_author
(
const
(
libgit2.types.git_commit
)*
commit
)
Parameters
commit
const
(
libgit2
.
types
.
git_commit
)*
a previously loaded commit.
Return Value
Type:
const
(
libgit2
.
types
.
git_signature
)*
the author of a commit
Meta
Source
See Implementation
libgit2
commit
aliases
git_commit_create_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.