libgit2

git_commit_author

Version:

Get the author of a commit.

Signature

const git_signature *git_commit_author(const git_commit *commit);

Parameters

In
commit

a previously loaded commit.

Returns

the author of a commit

Versions