git_tag_owner

Get the repository that contains the tag.

extern (C) nothrow @nogc
git_tag_owner

Parameters

tag const(libgit2_d.types.git_tag)*

A previously loaded tag.

Return Value

Type: libgit2_d.types.git_repository*

Repository that contains this tag.

Meta