git_commit_committer

Get the committer of a commit.

extern (C) nothrow @nogc
git_commit_committer

Parameters

commit const(libgit2_d.types.git_commit)*

a previously loaded commit.

Return Value

Type: const(libgit2_d.types.git_signature)*

the committer of a commit

Meta