git2go icon indicating copy to clipboard operation
git2go copied to clipboard

Git to Go; bindings for libgit2. Like McDonald's but tastier.

Results 90 git2go issues
Sort by recently updated
recently updated
newest added

Returns line stats: additions / deletions. Reference: https://libgit2.org/libgit2/#HEAD/group/patch/git_patch_line_stats

Looking at this issue it seems this should be a branch switch and then a checkout, but I just can't figure out how to do it. https://github.com/libgit2/git2go/issues/291 I've tried doing...

Add `SetCallbacks` function to packbuilder which invokes `git_packbuilder_set_callbacks` and allows packbuilder progress information to be reported back to the caller. https://libgit2.org/libgit2/#HEAD/group/packbuilder/git_packbuilder_set_callbacks

I am building a go application that depends on `git2go` and needs to be packaged as a docker image and will need to support `linux/amd64` and `linux/arm64` architectures. **Dockerfile**: ```...

The golang.org/x/crypto/openpgp library has been deprecated for over a year now (see https://golang.org/issue/44226, and the deprecation notice in the package documentation). The library is unmaintained and has a number of...

In this list: https://github.com/libgit2/git2go#which-go-version-to-use One should use **libgit2 v1.5** with **git2go v34** The text implies **libgit2 v1.2** with **git2go v34** "You can import them in your project with the version's...

git2go v34 goes with libgit2 v1.5 If you want to do me a favor add the label **hacktoberfest-accepted** to the PR thx