enum

Git2::GitReferenceFormatT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REFERENCE_FORMAT_NORMAL = 0_u32
GIT_REFERENCE_FORMAT_ALLOW_ONELEVEL = 1_u32
GIT_REFERENCE_FORMAT_REFSPEC_PATTERN = 2_u32
GIT_REFERENCE_FORMAT_REFSPEC_SHORTHAND = 4_u32
None = 0_u32
All = 7_u32

Instance methods

git_reference_format_allow_onelevel?

Returns true if this enum value contains GIT_REFERENCE_FORMAT_ALLOW_ONELEVEL

Source
git_reference_format_normal?

Returns true if this enum value contains GIT_REFERENCE_FORMAT_NORMAL

Source
git_reference_format_refspec_pattern?

Returns true if this enum value contains GIT_REFERENCE_FORMAT_REFSPEC_PATTERN

Source
git_reference_format_refspec_shorthand?

Returns true if this enum value contains GIT_REFERENCE_FORMAT_REFSPEC_SHORTHAND

Source
none?
Source