git_tag_target_type

Get the type of a tag's tagged object

extern (C) nothrow @nogc
git_tag_target_type

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: libgit2_d.types.git_object_t

type of the tagged object

Meta