Git2::GitHashsigOptionT
Inherits Enum < Comparable < Value < Object
Constants
GIT_HASHSIG_NORMAL = 0
GIT_HASHSIG_IGNORE_WHITESPACE = 1
GIT_HASHSIG_SMART_WHITESPACE = 2
GIT_HASHSIG_ALLOW_SMALL_FILES = 4
None = 0
All = 7
Instance methods
git_hashsig_allow_small_files?
Returns true if this enum value contains GIT_HASHSIG_ALLOW_SMALL_FILES
git_hashsig_ignore_whitespace?
Returns true if this enum value contains GIT_HASHSIG_IGNORE_WHITESPACE
git_hashsig_smart_whitespace?
Returns true if this enum value contains GIT_HASHSIG_SMART_WHITESPACE
none?
Source