summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 253cb6ae..710ac244 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -125,6 +125,12 @@ typedef enum {
/** Skip and passthrough the given ODB backend */
GIT_EPASSTHROUGH = -30,
+
+ /** The path pattern and string did not match */
+ GIT_ENOMATCH = -31,
+
+ /** The buffer is too short to satisfy the request */
+ GIT_ESHORTBUFFER = -32,
} git_error;
/**