Conversation
Update to libgit2 1.0.0
libgit2 1.0.0 renamed several C API symbols (git_cred -> git_credential, git_index_add_frombuffer -> git_index_add_from_buffer, git_blob_create_frombuffer -> git_blob_create_from_buffer, etc.) but keeps the old names available as macros/typedefs/deprecated wrappers in git2/deprecated.h, guarded by '#ifndef GIT_DEPRECATE_HARD'. GTBlob.m, GTIndex.m and GTCredential.m only imported the narrower headers that declare the new names (git2/blob.h, git2/errors.h) and so failed to build against libgit2 1.0.0 with 'unknown type name' / 'call to undeclared function' errors for the still-used old names.
hannesa2
force-pushed
the
libgit2-1.9.4
branch
from
September 14, 2026 18:08
f9f1dcc to
068ad8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.