summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2012-08-22 10:47:25 +0200
committernulltoken <emeric.fermas@gmail.com>2012-09-06 18:40:06 +0200
commitbb2d305c20d62b10b39d95916d1a172057c26d65 (patch)
tree57d4e28b6cff305d675cc397da7e14b758b6d9c7 /include/git2/errors.h
parent316659489a97e8e93f88dd3610320c8ae5b35e4a (diff)
downloadlibgit2-bb2d305c20d62b10b39d95916d1a172057c26d65.tar.gz
errors: introduce GIT_EBAREREPO
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index f6671c49d..e5f435926 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -26,6 +26,7 @@ enum {
GIT_EAMBIGUOUS = -5,
GIT_EBUFS = -6,
GIT_EUSER = -7,
+ GIT_EBAREREPO = -8,
GIT_PASSTHROUGH = -30,
GIT_ITEROVER = -31,