Method

GgitRefget_reference_type

Declaration [src]

GgitRefType
ggit_ref_get_reference_type (
  GgitRef* ref
)

Description [src]

Gets the type of ref. Either direct (#GGIT_REF_OID) or symbolic (#GGIT_REF_SYMBOLIC).

Return value

Returns: GgitRefType
 

The type of a reference.