Enumeration
GgitStashFlags
since: 1.0
Members
GGIT_STASH_DEFAULT
-
Default stash.
- Value:
0
- Nickname:
default
- Available since: 1.0
- Value:
GGIT_STASH_KEEP_INDEX
-
All changes already added to the index are left intact in the working directory.
- Value:
1
- Nickname:
keep-index
- Available since: 1.0
- Value:
GGIT_STASH_INCLUDE_UNTRACKED
-
All untracked files are also stashed and then cleaned up from the working directory.
- Value:
2
- Nickname:
include-untracked
- Available since: 1.0
- Value:
GGIT_STASH_INCLUDE_IGNORED
-
All ignored files are also stashed and then cleaned up from the working directory.
- Value:
4
- Nickname:
include-ignored
- Available since: 1.0
- Value: