Git2::GitIndexCapabilityT
Inherits Enum < Comparable < Value < Object
Constants
GIT_INDEX_CAPABILITY_IGNORE_CASE = 1
GIT_INDEX_CAPABILITY_NO_FILEMODE = 2
GIT_INDEX_CAPABILITY_NO_SYMLINKS = 4
GIT_INDEX_CAPABILITY_FROM_OWNER = -1
None = 0
All = -1
Instance methods
git_index_capability_from_owner?
Returns true if this enum value contains GIT_INDEX_CAPABILITY_FROM_OWNER
git_index_capability_ignore_case?
Returns true if this enum value contains GIT_INDEX_CAPABILITY_IGNORE_CASE
git_index_capability_no_filemode?
Returns true if this enum value contains GIT_INDEX_CAPABILITY_NO_FILEMODE
git_index_capability_no_symlinks?
Returns true if this enum value contains GIT_INDEX_CAPABILITY_NO_SYMLINKS
none?
Source