From 530f3618a8f4c7d9c8d3981548112439b22e09e7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 16 Dec 2024 17:50:57 -0600 Subject: update to libgit2 version 1.8.4. dump old github and vendor stuff 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 Signed-off-by: Jeff Carr --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2816590..b825597 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3