Skip to content
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

Support libgit2 v1.8.0 and macOS arm64 #35

Merged
merged 6 commits into from
Apr 21, 2024
Merged

Conversation

ethomson
Copy link
Member

No description provided.

Support .NET 8.0 everywhere, and limit framework support to .NET 6.0 and
newer on macOS ARM64 (since that's when platform support was
introduced).
macOS arm64 calling conventions are a bit wonky; support variadic
arguments to PInvoke for `git_libgit2_opts`.
libgit2 v1.8.0 introduced worktree configuration levels; update our
behavior to match.
libgit2 has introduced several new error codes; support them.
libgit2 has renamed `GIT_ERR_...` to `GIT_ERROR_...`; update our names
to match.
@ethomson ethomson merged commit 32f8779 into main Apr 21, 2024
4 checks passed
@ethomson ethomson deleted the ethomson/libgit2_v18 branch April 21, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant