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.

@param tag_target_out Pointer to the peeled git_object @param tag The tag to be processed @return 0 or an error code

extern (C) nothrow @nogc
int
git_tag_peel

Meta