libgit2

git_tag_set_message

Version:

Set the message of a tag

Signature

void git_tag_set_message(git_tag *tag, const char *message);

Parameters

git_tag *
In
tag

The tag to modify

const char *
In
message

the new tagger for the tag

Versions