StashFlags
Description:
[ CCode ( cprefix = "GGIT_STASH_" , type_id = "ggit_stash_flags_get_type ()" ) ]
[ Flags ]
public enum StashFlags
Describes how a stash should be applied.
Content:
Enum values:
- DEFAULT - default stash.
- INCLUDE_IGNORED - All ignored files
are also stashed and then cleaned up from the working directory.
- INCLUDE_UNTRACKED - All untracked
files are also stashed and then cleaned up from the working directory.
- KEEP_INDEX - All changes already added
to the index are left intact in the working directory.