enum

Git2::GitWorktreePruneT

Inherits Enum < Comparable < Value < Object

Constants

GIT_WORKTREE_PRUNE_VALID = 1_u32
GIT_WORKTREE_PRUNE_LOCKED = 2_u32
GIT_WORKTREE_PRUNE_WORKING_TREE = 4_u32
None = 0_u32
All = 7_u32

Instance methods

git_worktree_prune_locked?

Returns true if this enum value contains GIT_WORKTREE_PRUNE_LOCKED

Source
git_worktree_prune_valid?

Returns true if this enum value contains GIT_WORKTREE_PRUNE_VALID

Source
git_worktree_prune_working_tree?

Returns true if this enum value contains GIT_WORKTREE_PRUNE_WORKING_TREE

Source
none?
Source