git_commit_author

Get the author of a commit.

extern (C) nothrow @nogc public
git_commit_author

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