libgit2

git_tag_target_oid

Version:

Get the OID of the tagged object of a tag

Signature

const git_oid *git_tag_target_oid(git_tag *t);

Parameters

In
t

Returns

pointer to the OID

Versions