summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-29 21:29:14 -0400
committerGitHub <noreply@github.com>2021-08-29 21:29:14 -0400
commit9937967efd8a1567727f1d716c1a2efb3085006c (patch)
tree7d6c807e0fe6e0c594e2459a51f7ccd13f579339 /include/git2/errors.h
parent216165ecfa6bdea6a000a1b69617b54f48203f87 (diff)
parent0a79012e9df33db31046c653ab04c69eaeed200a (diff)
downloadlibgit2-9937967efd8a1567727f1d716c1a2efb3085006c.tar.gz
Merge branch 'main' into http-use-eauth
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index b4cb87f7a..de51582d5 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -107,7 +107,8 @@ typedef enum {
GIT_ERROR_PATCH,
GIT_ERROR_WORKTREE,
GIT_ERROR_SHA1,
- GIT_ERROR_HTTP
+ GIT_ERROR_HTTP,
+ GIT_ERROR_INTERNAL
} git_error_t;
/**