diff options
Diffstat (limited to 'include/git2/errors.h')
| -rw-r--r-- | include/git2/errors.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/git2/errors.h b/include/git2/errors.h index 6b47e00e8..dc4486ade 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -27,7 +27,7 @@ typedef enum {  	GIT_EBUFS = -6,  	GIT_EUSER = -7,  	GIT_EBAREREPO = -8, -	GIT_EORPHANEDHEAD = -9, +	GIT_EUNBORNBRANCH = -9,  	GIT_EUNMERGED = -10,  	GIT_ENONFASTFORWARD = -11,  	GIT_EINVALIDSPEC = -12, | 
