libgit2

git_tag_target

Version:

Get the tagged object of a tag

Signature

int git_tag_target(git_object **target, git_tag *t);

Parameters

In
target

pointer where to store the target

In
t

Returns

int

0 on success; error code otherwise

Versions