git_tag_id

Get the id of a tag.

extern (C) nothrow @nogc public
git_tag_id

Parameters

tag const(libgit2.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(libgit2.oid.git_oid)*

object identity for the tag.

Meta