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
Sourcegit_repository_state_apply_mailbox_or_rebase?
Returns true if this enum value equals GIT_REPOSITORY_STATE_APPLY_MAILBOX_OR_REBASE
Sourcegit_repository_state_bisect?
Returns true if this enum value equals GIT_REPOSITORY_STATE_BISECT
Sourcegit_repository_state_cherrypick?
Returns true if this enum value equals GIT_REPOSITORY_STATE_CHERRYPICK
Sourcegit_repository_state_cherrypick_sequence?
Returns true if this enum value equals GIT_REPOSITORY_STATE_CHERRYPICK_SEQUENCE
Sourcegit_repository_state_merge?
Returns true if this enum value equals GIT_REPOSITORY_STATE_MERGE
Sourcegit_repository_state_none?
Returns true if this enum value equals GIT_REPOSITORY_STATE_NONE
Sourcegit_repository_state_rebase?
Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE
Sourcegit_repository_state_rebase_interactive?
Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE_INTERACTIVE
Sourcegit_repository_state_rebase_merge?
Returns true if this enum value equals GIT_REPOSITORY_STATE_REBASE_MERGE
Sourcegit_repository_state_revert?
Returns true if this enum value equals GIT_REPOSITORY_STATE_REVERT
Sourcegit_repository_state_revert_sequence?
Returns true if this enum value equals GIT_REPOSITORY_STATE_REVERT_SEQUENCE
Source