Downloads
Reference
Learning
Security
Source
API Documentation
tag
git_tag_set_name
Version:
v0.10.0
v0.8.0
v0.3.0
v0.2.0
Set the name of a tag
Signature
GitHub
void git_tag_set_name(
git_tag *tag
,
const char *name
);
Parameters
git_tag *
In
tag
The tag to modify
const char *
In
name
the new name for the tag
Versions
v0.10.0
v0.8.0
v0.3.0
v0.2.0