diff options
author | Vicent Martà <vicent@github.com> | 2013-09-17 03:45:35 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-09-17 03:45:35 -0700 |
commit | efc9e6700fabc91ea490fcc5ea034b51648c9e88 (patch) | |
tree | 08f13e7c4f17a3e35f7342d51363441833ac59f4 /include/git2/errors.h | |
parent | 38fba8371e4c6c0042645a8bf2ba4aa2f2cdf730 (diff) | |
parent | 605da51a2cfd86901b6fa5f9cf71111a63ab4418 (diff) | |
download | libgit2-efc9e6700fabc91ea490fcc5ea034b51648c9e88.tar.gz |
Merge pull request #1856 from libgit2/cmn/no-orphans
No such thing as an orphan branch
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, |