RefType
Description:
[ CCode ( cprefix = "GGIT_REF_" , type_id = "ggit_ref_type_get_type ()" ) ]
public enum RefType
Describes the type a reference is.
Content:
Enum values:
- INVALID - An invalid reference.
- LISTALL - All reference types.
- OID - A reference which points at an object id.
- SYMBOLIC - A reference which points at
another reference.