summaryrefslogtreecommitdiff
path: root/src/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.c')
-rw-r--r--src/errors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/errors.c b/src/errors.c
index f6b964837..3c0e8eb1f 100644
--- a/src/errors.c
+++ b/src/errors.c
@@ -28,7 +28,8 @@ static struct {
{GIT_EINVALIDPATH, "The path is invalid" },
{GIT_EREVWALKOVER, "The revision walker is empty; there are no more commits left to iterate"},
{GIT_EINVALIDREFSTATE, "The state of the reference is not valid"},
- {GIT_ENOTIMPLEMENTED, "This feature has not been implemented yet"}
+ {GIT_ENOTIMPLEMENTED, "This feature has not been implemented yet"},
+ {GIT_EEXISTS, "A reference with this name already exists"}
};
const char *git_strerror(int num)