git_tag_peel

Recursively peel a tag until a non tag git_object is found

The retrieved tag_target object is owned by the repository and should be closed with the git_object_free method.

extern (C) nothrow @nogc
int
git_tag_peel

Parameters

tag_target_out libgit2_d.types.git_object**

Pointer to the peeled git_object

tag const(libgit2_d.types.git_tag)*

The tag to be processed

Return Value

Type: int

0 or an error code

Meta