git_tag_id

Get the id of a tag.

extern (C) nothrow @nogc
git_tag_id

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(libgit2_d.oid.git_oid)*

object identity for the tag.

Meta