diff options
| author | yuangli <yuangli@mathworks.com> | 2022-07-26 16:26:32 +0100 |
|---|---|---|
| committer | yuangli <yuangli@mathworks.com> | 2022-07-26 16:26:32 +0100 |
| commit | 52ba17f3d6f9e3490f537a7c6dd243e9dbf9d760 (patch) | |
| tree | 29244004ab34fc757f3bf5c7f2b9ffbb531f042e /include/git2/errors.h | |
| parent | fbea439d4b6fc91c6b619d01b85ab3b7746e4c19 (diff) | |
| parent | 70a332a51b6364507d19bd1821b22fabbd1f2e08 (diff) | |
| download | libgit2-52ba17f3d6f9e3490f537a7c6dd243e9dbf9d760.tar.gz | |
Merge branch 'pr/pks-t/5254' into shallow-clone-local
Diffstat (limited to 'include/git2/errors.h')
| -rw-r--r-- | include/git2/errors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h index a61964bbb..e634a97c1 100644 --- a/include/git2/errors.h +++ b/include/git2/errors.h @@ -109,7 +109,8 @@ typedef enum { GIT_ERROR_WORKTREE, GIT_ERROR_SHA, GIT_ERROR_HTTP, - GIT_ERROR_INTERNAL + GIT_ERROR_INTERNAL, + GIT_ERROR_GRAFTS } git_error_t; /** |
