enum

Git2::GitRepositoryStateT

Inherits Enum < Comparable < Value < Object

Constants

GIT_REPOSITORY_STATE_NONE = 0
GIT_REPOSITORY_STATE_MERGE = 1
GIT_REPOSITORY_STATE_REVERT = 2
GIT_REPOSITORY_STATE_REVERT_SEQUENCE = 3
GIT_REPOSITORY_STATE_CHERRYPICK = 4
GIT_REPOSITORY_STATE_CHERRYPICK_SEQUENCE = 5
GIT_REPOSITORY_STATE_BISECT = 6
GIT_REPOSITORY_STATE_REBASE = 7
GIT_REPOSITORY_STATE_REBASE_INTERACTIVE = 8
GIT_REPOSITORY_STATE_REBASE_MERGE = 9
GIT_REPOSITORY_STATE_APPLY_MAILBOX = 10
GIT_REPOSITORY_STATE_APPLY_MAILBOX_OR_REBASE = 11

Instance methods

git_repository_state_apply_mailbox?

Returns true if this enum value equals GIT_REPOSITORY_STATE_APPLY_MAILBOX

Source
git_repository_state_apply_mailbox_or_rebase?

Returns true if this enum value equals GIT_REPOSITORY_STATE_APPLY_MAILBOX_OR_REBASE

Source
git_repository_state_bisect?

Returns true if this enum value equals GIT_REPOSITORY_STATE_BISECT

Source
git_repository_state_cherrypick?

Returns true if this enum value equals GIT_REPOSITORY_STATE_CHERRYPICK

Source
git_repository_state_cherrypick_sequence?

Returns true if this enum value equals GIT_REPOSITORY_STATE_CHERRYPICK_SEQUENCE

Source
git_repository_state_merge?

Returns true if this enum value equals GIT_REPOSITORY_STATE_MERGE

Source
git_repository_state_none?

Returns true if this enum value equals GIT_REPOSITORY_STATE_NONE

Source
git_repository_state_rebase?

Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE

Source
git_repository_state_rebase_interactive?

Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE_INTERACTIVE

Source
git_repository_state_rebase_merge?

Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE_MERGE

Source
git_repository_state_revert?

Returns true if this enum value equals GIT_REPOSITORY_STATE_REVERT

Source
git_repository_state_revert_sequence?

Returns true if this enum value equals GIT_REPOSITORY_STATE_REVERT_SEQUENCE

Source