libgit2

git_repository_state_t

Version:

Repository state

These values represent possible states for the repository to be in, based on the current operation which is ongoing.

Values

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

Versions