git_tag_target

Get the tagged object of a tag

This method performs a repository lookup for the given object and returns it

extern (C) nothrow @nogc
int
git_tag_target

Parameters

target_out libgit2_d.types.git_object**

pointer where to store the target

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: int

0 or an error code

Meta