libgit2

git_tag_set_name

Version:

Set the name of a tag

Signature

void git_tag_set_name(git_tag *tag, const char *name);

Parameters

In
tag

The tag to modify

const char *
In
name

the new name for the tag

Versions