git_commit_author

Get the author of a commit.

extern (C) nothrow @nogc
git_commit_author

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