libgit2-d v1.6.0 (2023-05-05T07:03:44Z)
Home
Dub
Repo
git_tag_name
libgit2
tag
Get the name of a tag
extern (
C
) nothrow @
nogc
public
@
GIT_EXTERN
const
(
char
)*
git_tag_name
(
const
(
libgit2.types.git_tag
)*
tag
)
Parameters
tag
const
(
libgit2
.
types
.
git_tag
)*
a previously loaded tag.
Return Value
Type:
const
(
char
)*
name of the tag
Meta
Source
See Implementation
libgit2
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_name_is_valid
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