git_commit_committer

Get the committer of a commit.

extern (C) nothrow @nogc public
git_commit_committer

Parameters

commit const(libgit2.types.git_commit)*

a previously loaded commit.

Return Value

Type: const(libgit2.types.git_signature)*

the committer of a commit

Meta