enum

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

Source
git_hashsig_ignore_whitespace?

Returns true if this enum value contains GIT_HASHSIG_IGNORE_WHITESPACE

Source
git_hashsig_normal?

Returns true if this enum value contains GIT_HASHSIG_NORMAL

Source
git_hashsig_smart_whitespace?

Returns true if this enum value contains GIT_HASHSIG_SMART_WHITESPACE

Source
none?
Source