enum

Git2::GitStashApplyFlags

Inherits Enum < Comparable < Value < Object

Constants

GIT_STASH_APPLY_DEFAULT = 0
GIT_STASH_APPLY_REINSTATE_INDEX = 1
None = 0
All = 1

Instance methods

git_stash_apply_default?

Returns true if this enum value contains GIT_STASH_APPLY_DEFAULT

Source
git_stash_apply_reinstate_index?

Returns true if this enum value contains GIT_STASH_APPLY_REINSTATE_INDEX

Source
none?
Source