enum

Git2::GitReferenceT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REFERENCE_INVALID = 0
GIT_REFERENCE_DIRECT = 1
GIT_REFERENCE_SYMBOLIC = 2
GIT_REFERENCE_ALL = 3

Instance methods

git_reference_all?

Returns true if this enum value equals GIT_REFERENCE_ALL

Source
git_reference_direct?

Returns true if this enum value equals GIT_REFERENCE_DIRECT

Source
git_reference_invalid?

Returns true if this enum value equals GIT_REFERENCE_INVALID

Source
git_reference_symbolic?

Returns true if this enum value equals GIT_REFERENCE_SYMBOLIC

Source