-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libgit2: update enums from v1.8.0 #56764
libgit2: update enums from v1.8.0 #56764
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/* Deprecated error values and functions */
https://github.com/libgit2/libgit2/blob/v1.8.0/src/util/errors.c#L376-L385
@@ -27,14 +27,23 @@ export GitError | |||
EAPPLIED = Cint(-18), # patch/merge has already been applied | |||
EPEEL = Cint(-19), # the requested peel operation is not possible | |||
EEOF = Cint(-20), # unexpected EOF | |||
EINVALID = Cint(-21), # Invalid operation or input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fix this issue in #56786 ?
|
That is an mbedtls error / error code |
No description provided.