libgit2

git_tag_owner

Version:

Get the repository that contains the tag.

Signature

git_repository *git_tag_owner(const git_tag *tag);

Parameters

In
tag

A previously loaded tag.

Returns

Repository that contains this tag.

Versions