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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 7e957b803..3ed5cd680 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -119,6 +119,9 @@ typedef enum {
/** The specified object has its data corrupted */
GIT_EOBJCORRUPTED = -28,
+
+ /** The given short oid is ambiguous */
+ GIT_EAMBIGUOUSOIDPREFIX = -29,
} git_error;
/**