diff options
Diffstat (limited to 'include/git2/repository.h')
-rw-r--r-- | include/git2/repository.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h index 268782648..124aa67e6 100644 --- a/include/git2/repository.h +++ b/include/git2/repository.h @@ -661,6 +661,12 @@ GIT_EXTERN(int) git_repository_detach_head( const git_signature *signature, const char *reflog_message); +/** + * Repository state + * + * These values represent possible states for the repository to be in, + * based on the current operation which is ongoing. + */ typedef enum { GIT_REPOSITORY_STATE_NONE, GIT_REPOSITORY_STATE_MERGE, |