enum

Git2::GitPathspecFlagT

Inherits Enum < Comparable < Value < Object

Constants

GIT_PATHSPEC_DEFAULT = 0_u32
GIT_PATHSPEC_IGNORE_CASE = 1_u32
GIT_PATHSPEC_USE_CASE = 2_u32
GIT_PATHSPEC_NO_GLOB = 4_u32
GIT_PATHSPEC_NO_MATCH_ERROR = 8_u32
GIT_PATHSPEC_FIND_FAILURES = 16_u32
GIT_PATHSPEC_FAILURES_ONLY = 32_u32
None = 0_u32
All = 63_u32

Instance methods

git_pathspec_default?

Returns true if this enum value contains GIT_PATHSPEC_DEFAULT

Source
git_pathspec_failures_only?

Returns true if this enum value contains GIT_PATHSPEC_FAILURES_ONLY

Source
git_pathspec_find_failures?

Returns true if this enum value contains GIT_PATHSPEC_FIND_FAILURES

Source
git_pathspec_ignore_case?

Returns true if this enum value contains GIT_PATHSPEC_IGNORE_CASE

Source
git_pathspec_no_glob?

Returns true if this enum value contains GIT_PATHSPEC_NO_GLOB

Source
git_pathspec_no_match_error?

Returns true if this enum value contains GIT_PATHSPEC_NO_MATCH_ERROR

Source
git_pathspec_use_case?

Returns true if this enum value contains GIT_PATHSPEC_USE_CASE

Source
none?
Source