git2go
git2go copied to clipboard
Git to Go; bindings for libgit2. Like McDonald's but tastier.
Currently you cannot sign with git2go. This PR allows to do it. See test.
Despite looking at the godocs, the tests and the source, I can't seem to figure out the correction `PushOptions` for the opposite of a mirror clone, i.e. push with the...
Hi there! We're seeing a pretty consistent crash in our code that appears to be originating in the `Clone` call in libgit2 (via `git2go`). We're using `github.com/libgit2/git2go/v33 v33.0.9` and are...
This PR adds bindings for interacting with the libgit2 Worktree API (https://libgit2.org/libgit2/#v1.5.0/group/worktree). - added the `Worktree` and `WorktreeCollection` types and bound to `git_worktree` in libgit2. - updated the `Repository` type...
We have a [bug](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042293) report for git2go in Debian. The test for RemoteSSH fails with the following error : ``` === NAME TestRemoteSSH > remote_test.go:325: failed to handshake: , crypto/rsa:...
Hello there. Will there be support for LibGit2 Version 1.6, i.e. libgit2 v1.6 ? Thank you.
On the Git CLI, I can use `git push -o ` for example `git push -o merge_request.create` to supply string options with `push ` that are then processed on the...
This fixes the smart HTTP transport implementation receive pack service to send requests to `/git-receive-pack` instead of `/info/Refs?service=git-upload-pack`. This issue seems to stem from a bad copy-paste, because this was...
There are many Pull Requests open, but none of them reviewed or even commented except old ones. I see that there was a new release few days ago, but it...
update godoc badge to pkg.go.dev reference badge replace travis-ci badge with gh-actions status badge add goreportcard badge