git_tag_lookup

Lookup a tag object from the repository.

@param out_ pointer to the looked up tag @param repo the repo to use when locating the tag. @param id identity of the tag to locate. @return 0 or an error code

extern (C) nothrow @nogc
int
git_tag_lookup

Meta