libgit2

git_commit_set_committer

Version:

Set the committer of a commit

Signature

void git_commit_set_committer(git_commit *commit, const char *name, const char *email, time_t time);

Parameters

git_commit *
In
commit

the commit object

const char *
In
name

name of the new committer

const char *
In
email

email of the new committer

time_t
In
time

time when the committer committed the commit

Versions