enum

Git2::GitStashApplyProgressT

Inherits Enum < Comparable < Value < Object

Constants

GIT_STASH_APPLY_PROGRESS_NONE = 0
GIT_STASH_APPLY_PROGRESS_LOADING_STASH = 1
GIT_STASH_APPLY_PROGRESS_ANALYZE_INDEX = 2
GIT_STASH_APPLY_PROGRESS_ANALYZE_MODIFIED = 3
GIT_STASH_APPLY_PROGRESS_ANALYZE_UNTRACKED = 4
GIT_STASH_APPLY_PROGRESS_CHECKOUT_UNTRACKED = 5
GIT_STASH_APPLY_PROGRESS_CHECKOUT_MODIFIED = 6
GIT_STASH_APPLY_PROGRESS_DONE = 7

Instance methods

git_stash_apply_progress_analyze_index?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_INDEX

Source
git_stash_apply_progress_analyze_modified?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_MODIFIED

Source
git_stash_apply_progress_analyze_untracked?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_ANALYZE_UNTRACKED

Source
git_stash_apply_progress_checkout_modified?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_CHECKOUT_MODIFIED

Source
git_stash_apply_progress_checkout_untracked?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_CHECKOUT_UNTRACKED

Source
git_stash_apply_progress_done?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_DONE

Source
git_stash_apply_progress_loading_stash?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_LOADING_STASH

Source
git_stash_apply_progress_none?

Returns true if this enum value equals GIT_STASH_APPLY_PROGRESS_NONE

Source