diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,18 @@ git2go Go bindings for [libgit2](http://libgit2.github.com/). +### Updated 2024/12/16 + +* This package is updated to work against libgit2 version 1.8 on Debian sid +* There is one line commented out which needs to be fixed in remote.go +* some of the tests seem to run + +```sh +go install go.wit.com/apps/go-clone@latest +go install go.wit.com/apps/go-mod-clean@latest +go-clone --recusive go.wit.com/lib/git2go +``` + ### Which Go version to use Due to the fact that Go 1.11 module versions have semantic meaning and don't necessarily align with libgit2's release schedule, please consult the following table for a mapping between libgit2 and git2go module versions: |
