libgit2

git_tag_target_type

Version:

Get the type of a tag's tagged object

Signature

git_otype git_tag_target_type(const git_tag *tag);

Parameters

In
tag

a previously loaded tag.

Returns

type of the tagged object

Versions