diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-10-19 11:04:32 +0200 | 
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2012-10-19 21:23:34 +0200 | 
| commit | c4f68b3503ea37fc179fccfc49bb17469bd7ff70 (patch) | |
| tree | 02a7be61355d22659be6c1a5d599695b26ec97ba /include/git2/errors.h | |
| parent | 0532e7bb87713921f34f24ba5599d3b4d2922e1e (diff) | |
| download | libgit2-c4f68b3503ea37fc179fccfc49bb17469bd7ff70.tar.gz | |
errors: introduce GIT_EORPHANEDHEAD
Diffstat (limited to 'include/git2/errors.h')
| -rw-r--r-- | include/git2/errors.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/git2/errors.h b/include/git2/errors.h index 1c4e910a6..38b7fe0ae 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -27,6 +27,7 @@ enum {  	GIT_EBUFS = -6,  	GIT_EUSER = -7,  	GIT_EBAREREPO = -8, +	GIT_EORPHANEDHEAD = -9,  	GIT_PASSTHROUGH = -30,  	GIT_ITEROVER = -31, | 
