Enumeration

GgitRefType

since: 1.0

Declaration

enum Ggit.RefType

Description [src]

Describes the type a reference is.

Available since: 1.0

Members

GGIT_REF_INVALID

An invalid reference.

  • Value: 0
  • Nickname: invalid
  • Available since: 1.0
GGIT_REF_OID

A reference which points at an object id.

  • Value: 1
  • Nickname: oid
  • Available since: 1.0
GGIT_REF_SYMBOLIC

A reference which points at another reference.

  • Value: 2
  • Nickname: symbolic
  • Available since: 1.0
GGIT_REF_LISTALL

All reference types.

  • Value: 3
  • Nickname: listall
  • Available since: 1.0