enum

Git2::GitFeatureT

Inherits Enum < Comparable < Value < Object

Constants

GIT_FEATURE_THREADS = 1
GIT_FEATURE_HTTPS = 2
GIT_FEATURE_SSH = 4
GIT_FEATURE_NSEC = 8
None = 0
All = 15

Instance methods

git_feature_https?

Returns true if this enum value contains GIT_FEATURE_HTTPS

Source
git_feature_nsec?

Returns true if this enum value contains GIT_FEATURE_NSEC

Source
git_feature_ssh?

Returns true if this enum value contains GIT_FEATURE_SSH

Source
git_feature_threads?

Returns true if this enum value contains GIT_FEATURE_THREADS

Source
none?
Source