summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-11-23 17:15:18 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2014-11-23 17:15:18 -0500
commite952bc5a576470f3f83b6a4fdd9b0c52d5d3e37c (patch)
tree4a72f63f38c3ea11bb8e5d23474af0974a909ca2 /include/git2/errors.h
parentf7fcb18f8a7541bfc0228967fcbd916a9f515638 (diff)
parent753e17b0f518c2510848a9dd73cc45e4c6df1a8a (diff)
downloadlibgit2-e952bc5a576470f3f83b6a4fdd9b0c52d5d3e37c.tar.gz
Merge pull request #2718 from libgit2/cmn/peeling-errors
peel: reject bad queries with EPEEL
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 b33118e02..9b4cc7c00 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -44,6 +44,7 @@ typedef enum {
GIT_EAUTH = -16, /**< Authentication error */
GIT_ECERTIFICATE = -17, /**< Server certificate is invalid */
GIT_EAPPLIED = -18, /**< Patch/merge has already been applied */
+ GIT_EPEEL = -19, /**< The requested peel operation is not possible */
GIT_PASSTHROUGH = -30, /**< Internal only */
GIT_ITEROVER = -31, /**< Signals end of iteration with iterator */