enum

Git2::GitStatusOptT

Inherits Enum < Comparable < Value < Object

Constants

GIT_STATUS_OPT_INCLUDE_UNTRACKED = 1_u32
GIT_STATUS_OPT_INCLUDE_IGNORED = 2_u32
GIT_STATUS_OPT_INCLUDE_UNMODIFIED = 4_u32
GIT_STATUS_OPT_EXCLUDE_SUBMODULES = 8_u32
GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS = 16_u32
GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH = 32_u32
GIT_STATUS_OPT_RECURSE_IGNORED_DIRS = 64_u32
GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX = 128_u32
GIT_STATUS_OPT_RENAMES_INDEX_TO_WORKDIR = 256_u32
GIT_STATUS_OPT_SORT_CASE_SENSITIVELY = 512_u32
GIT_STATUS_OPT_SORT_CASE_INSENSITIVELY = 1024_u32
GIT_STATUS_OPT_RENAMES_FROM_REWRITES = 2048_u32
GIT_STATUS_OPT_NO_REFRESH = 4096_u32
GIT_STATUS_OPT_UPDATE_INDEX = 8192_u32
GIT_STATUS_OPT_INCLUDE_UNREADABLE = 16384_u32
GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKED = 32768_u32
None = 0_u32
All = 65535_u32

Instance methods

git_status_opt_disable_pathspec_match?

Returns true if this enum value contains GIT_STATUS_OPT_DISABLE_PATHSPEC_MATCH

Source
git_status_opt_exclude_submodules?

Returns true if this enum value contains GIT_STATUS_OPT_EXCLUDE_SUBMODULES

Source
git_status_opt_include_ignored?

Returns true if this enum value contains GIT_STATUS_OPT_INCLUDE_IGNORED

Source
git_status_opt_include_unmodified?

Returns true if this enum value contains GIT_STATUS_OPT_INCLUDE_UNMODIFIED

Source
git_status_opt_include_unreadable?

Returns true if this enum value contains GIT_STATUS_OPT_INCLUDE_UNREADABLE

Source
git_status_opt_include_unreadable_as_untracked?

Returns true if this enum value contains GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKED

Source
git_status_opt_include_untracked?

Returns true if this enum value contains GIT_STATUS_OPT_INCLUDE_UNTRACKED

Source
git_status_opt_no_refresh?

Returns true if this enum value contains GIT_STATUS_OPT_NO_REFRESH

Source
git_status_opt_recurse_ignored_dirs?

Returns true if this enum value contains GIT_STATUS_OPT_RECURSE_IGNORED_DIRS

Source
git_status_opt_recurse_untracked_dirs?

Returns true if this enum value contains GIT_STATUS_OPT_RECURSE_UNTRACKED_DIRS

Source
git_status_opt_renames_from_rewrites?

Returns true if this enum value contains GIT_STATUS_OPT_RENAMES_FROM_REWRITES

Source
git_status_opt_renames_head_to_index?

Returns true if this enum value contains GIT_STATUS_OPT_RENAMES_HEAD_TO_INDEX

Source
git_status_opt_renames_index_to_workdir?

Returns true if this enum value contains GIT_STATUS_OPT_RENAMES_INDEX_TO_WORKDIR

Source
git_status_opt_sort_case_insensitively?

Returns true if this enum value contains GIT_STATUS_OPT_SORT_CASE_INSENSITIVELY

Source
git_status_opt_sort_case_sensitively?

Returns true if this enum value contains GIT_STATUS_OPT_SORT_CASE_SENSITIVELY

Source
git_status_opt_update_index?

Returns true if this enum value contains GIT_STATUS_OPT_UPDATE_INDEX

Source
none?
Source