enum

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_all?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_ALL

Source
git_checkout_notify_conflict?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_CONFLICT

Source
git_checkout_notify_dirty?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_DIRTY

Source
git_checkout_notify_ignored?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_IGNORED

Source
git_checkout_notify_none?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_NONE

Source
git_checkout_notify_untracked?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_UNTRACKED

Source
git_checkout_notify_updated?

Returns true if this enum value contains GIT_CHECKOUT_NOTIFY_UPDATED

Source
none?
Source