Set the committer of a commit
void git_commit_set_committer(git_commit *commit, const char *name, const char *email, time_t time);
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