diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2014-11-23 17:15:18 -0500 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2014-11-23 17:15:18 -0500 |
| commit | e952bc5a576470f3f83b6a4fdd9b0c52d5d3e37c (patch) | |
| tree | 4a72f63f38c3ea11bb8e5d23474af0974a909ca2 /include/git2/errors.h | |
| parent | f7fcb18f8a7541bfc0228967fcbd916a9f515638 (diff) | |
| parent | 753e17b0f518c2510848a9dd73cc45e4c6df1a8a (diff) | |
| download | libgit2-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.h | 1 |
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 */ |
