LibGit2 v1.7 Support #960
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#960
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have an Ubuntu 24.04 box, that ships with libgit2 v1.7
I was trying to install Splitsh Lite but ran into this error:
Since neither libgit2 1.6 nor 1.7 is present in the table in the README, I tried to use v35 (based on a pure guess) during the build, but that apparently doesn't exist:
Is there any way to build on a system that has libgit2 v1.7?
Thank you
Your only real option is to build libgit2 yourself and statically link it to library/application. There are some instructions on the readme, but I don't know how current they still are (I'm not a developer, just answering your question). If you are building a third-party library/application you should ask the developers how to best do this.
Note, I found two other forks that seem to have added support for
libgit2
1.7
already.https://github.com/coveord/git2go
https://github.com/jeffWelling/git2go
It's just a shame they aren't under the "official"
libgit2
.