libgit2

git_tag_id

Version:

Get the id of a tag.

Signature

const git_oid *git_tag_id(git_tag *tag);

Parameters

git_tag *
In
tag

a previously loaded tag.

Returns

object identity for the tag.

Versions