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.
Pointer to the peeled git_object
The tag to be processed
0 or an error code
See Implementation
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.