git_tag_name

Get the name of a tag

extern (C) nothrow @nogc
const(char)*
git_tag_name

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(char)*

name of the tag

Meta