libgit2

git_tag_name

Version:

Get the name of a tag

Signature

const char *git_tag_name(git_tag *t);

Parameters

In
t

Returns

const char *

name of the tag

Versions