git_tag_target_id

Get the OID of the tagged object of a tag

extern (C) nothrow @nogc
git_tag_target_id

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(libgit2_d.oid.git_oid)*

pointer to the OID

Meta