Git2::GitCheckoutNotifyT
Inherits Enum < Comparable < Value < Object
Constants
GIT_CHECKOUT_NOTIFY_NONE = 0_u32
GIT_CHECKOUT_NOTIFY_CONFLICT = 1_u32
GIT_CHECKOUT_NOTIFY_DIRTY = 2_u32
GIT_CHECKOUT_NOTIFY_UPDATED = 4_u32
GIT_CHECKOUT_NOTIFY_UNTRACKED = 8_u32
GIT_CHECKOUT_NOTIFY_IGNORED = 16_u32
GIT_CHECKOUT_NOTIFY_ALL = 65535_u32
None = 0_u32
All = 65535_u32
Instance methods
git_checkout_notify_conflict?
Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_CONFLICT
git_checkout_notify_ignored?
Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_IGNORED
git_checkout_notify_untracked?
Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_UNTRACKED
git_checkout_notify_updated?
Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_UPDATED
none?
Source