libgit2

git_tag_set_tagger

Version:

Set the tagger of a tag

Signature

void git_tag_set_tagger(git_tag *tag, const char *name, const char *email, time_t time);

Parameters

git_tag *
In
tag

The tag to modify

const char *
In
name

the name of the new tagger

const char *
In
email

the email of the new tagger

time_t
In
time

the time when the tag was created

Versions