From 31966d20e3fcfb7283884e477fbbaf0cffd81c37 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Sat, 27 Oct 2012 09:30:03 +0200 Subject: repo: enhance git_repository_state() detection --- include/git2/repository.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/git2') diff --git a/include/git2/repository.h b/include/git2/repository.h index d72431538..4d122265c 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -574,6 +574,12 @@ typedef enum { GIT_REPOSITORY_STATE_MERGE, GIT_REPOSITORY_STATE_REVERT, GIT_REPOSITORY_STATE_CHERRY_PICK, + GIT_REPOSITORY_STATE_BISECT, + GIT_REPOSITORY_STATE_REBASE, + GIT_REPOSITORY_STATE_REBASE_INTERACTIVE, + GIT_REPOSITORY_STATE_REBASE_MERGE, + GIT_REPOSITORY_STATE_APPLY_MAILBOX, + GIT_REPOSITORY_STATE_APPLY_MAILBOX_OR_REBASE, } git_repository_state_t; /** -- cgit v1.2.1