libgit2-d v0.0.1 (2020-03-14T04:41:16Z)
Home
Dub
Repo
git_tag_name
libgit2_d
tag
Get the name of a tag
@param tag a previously loaded tag. @return name of the tag
extern (
C
) nothrow @
nogc
const
(
char
)*
git_tag_name
(
const
(
libgit2_d.types.git_tag
)*
tag
)
Meta
Source
See Implementation
libgit2_d
tag
aliases
git_tag_foreach_cb
functions
git_tag_annotation_create
git_tag_create
git_tag_create_from_buffer
git_tag_create_lightweight
git_tag_delete
git_tag_dup
git_tag_foreach
git_tag_free
git_tag_id
git_tag_list
git_tag_list_match
git_tag_lookup
git_tag_lookup_prefix
git_tag_message
git_tag_name
git_tag_owner
git_tag_peel
git_tag_tagger
git_tag_target
git_tag_target_id
git_tag_target_type
Get the name of a tag
@param tag a previously loaded tag. @return name of the tag