SubmoduleIgnore
Description:
[ CCode ( cprefix = "GGIT_SUBMODULE_IGNORE_" , type_id = "ggit_submodule_ignore_get_type ()" ) ]
public enum SubmoduleIgnore
Describes which submodules should be ignored.
Content:
Enum values:
- ALL - never check if the submodule is
dirty.
- DIRTY - ignore changes in the working
directory.
- NONE - don't ignore any change.
- UNSPECIFIED - reset to on-disk
value.
- UNTRACKED - ignore untracked files.