enum

Git2::GitStashFlags

Inherits Enum < Comparable < Value < Object

Constants

GIT_STASH_DEFAULT = 0
GIT_STASH_KEEP_INDEX = 1
GIT_STASH_INCLUDE_UNTRACKED = 2
GIT_STASH_INCLUDE_IGNORED = 4
None = 0
All = 7

Instance methods

git_stash_default?

Returns true if this enum value contains GIT_STASH_DEFAULT

Source
git_stash_include_ignored?

Returns true if this enum value contains GIT_STASH_INCLUDE_IGNORED

Source
git_stash_include_untracked?

Returns true if this enum value contains GIT_STASH_INCLUDE_UNTRACKED

Source
git_stash_keep_index?

Returns true if this enum value contains GIT_STASH_KEEP_INDEX

Source
none?
Source