libgit2

git_tag_name

Version:

Get the name of a tag

Signature

const char *git_tag_name(git_tag *tag);

Parameters

In
tag

a previously loaded tag.

Returns

const char *

name of the tag

Versions