Method

GgitTagpeel

Declaration [src]

GgitObject*
ggit_tag_peel (
  GgitTag* tag
  GError** error
)

Description [src]

Recursively peel a tag until a non tag object is found.

Return value

Returns: GgitObject
 

A GgitObject or NULL.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.