Downloads
Reference
Learning
Security
Source
API Documentation
tag
git_tag_set_message
Version:
v0.10.0
v0.8.0
v0.3.0
v0.2.0
Set the message of a tag
Signature
GitHub
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
v0.10.0
v0.8.0
v0.3.0
v0.2.0