git_tag_lookup

Lookup a tag object from the repository.

extern (C) nothrow @nogc
int
git_tag_lookup

Parameters

out_ libgit2_d.types.git_tag**

pointer to the looked up tag

repo libgit2_d.types.git_repository*

the repo to use when locating the tag.

id const(libgit2_d.oid.git_oid)*

identity of the tag to locate.

Return Value

Type: int

0 or an error code

Meta