Enumeration

GgitStatusOption

since: 1.0

Declaration

flags Ggit.StatusOption

Description [src]

should be processed between the head and the index and enables the GIT_STATUS_INDEX_RENAMED as a possible status flag. GGIT_STATUS_OPTION_RENAMES_INDEX_TO_WORKDIR: indicates tha rename detection should be run between the index and the working directory and enabled GIT_STATUS_WT_RENAMED as a possible status flag. GGIT_STATUS_OPTION_SORT_CASE_SENSITIVELY: sort case sensitive. GGIT_STATUS_OPTION_SORT_CASE_INSENSITIVELY: sort case insensitive. GGIT_STATUS_OPTION_DEFAULT: default flags. Status options specified when using #ggit_repository_file_status_foreach.

Available since: 1.0

Members

GGIT_STATUS_OPTION_INCLUDE_UNTRACKED
No description available.
  • Value: 1
  • Nickname: include-untracked
  • Available since: 1.0
GGIT_STATUS_OPTION_INCLUDE_IGNORED
No description available.
  • Value: 2
  • Nickname: include-ignored
  • Available since: 1.0
GGIT_STATUS_OPTION_INCLUDE_UNMODIFIED
No description available.
  • Value: 4
  • Nickname: include-unmodified
  • Available since: 1.0
GGIT_STATUS_OPTION_EXCLUDE_SUBMODULES
No description available.
  • Value: 8
  • Nickname: exclude-submodules
  • Available since: 1.0
GGIT_STATUS_OPTION_RECURSE_UNTRACKED_DIRS
No description available.
  • Value: 16
  • Nickname: recurse-untracked-dirs
  • Available since: 1.0
GGIT_STATUS_OPTION_DISABLE_PATHSPEC_MATCH
No description available.
  • Value: 32
  • Nickname: disable-pathspec-match
  • Available since: 1.0
GGIT_STATUS_OPTION_RECURSE_IGNORED_DIRS
No description available.
  • Value: 64
  • Nickname: recurse-ignored-dirs
  • Available since: 1.0
GGIT_STATUS_OPTION_RENAMES_HEAD_TO_INDEX
No description available.
  • Value: 128
  • Nickname: renames-head-to-index
  • Available since: 1.0
GGIT_STATUS_OPTION_RENAMES_INDEX_TO_WORKDIR
No description available.
  • Value: 256
  • Nickname: renames-index-to-workdir
  • Available since: 1.0
GGIT_STATUS_OPTION_SORT_CASE_SENSITIVELY
No description available.
  • Value: 512
  • Nickname: sort-case-sensitively
  • Available since: 1.0
GGIT_STATUS_OPTION_SORT_CASE_INSENSITIVELY
No description available.
  • Value: 1024
  • Nickname: sort-case-insensitively
  • Available since: 1.0
GGIT_STATUS_OPTION_DEFAULT
No description available.
  • Value: 19
  • Nickname: default
  • Available since: 1.0