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

I think it would be helpful to add some package-level docs around memory management. In particular, they should point out that git2go handles it by default (#209). I'll send a...

using the `git2go` we can achieve a fuction like `git pull ` , but when a conflict occurred,we got the error message `2 uncommitted changes would be overwritten by merge`....

Similar to Unix, this allows running `make install` from a MinGW shell on Windows, installed using [MSYS2](https://msys2.github.io). Prerequisites: - Install MSYS2 from http://msys2.github.io and follow the instructions on that page...

Thanks for merging the addition of Commit.ExtractSignature. The natural follow-up now is that I also need to wrap git_commit_create_with_signature :-) I am working on it, and will make a pull-request...

Hi, Is there a plan to support clone --reference or some combination of APIs that i can use to achieve it?

I'm trying to use the `CredentialsCallback` when pushing, and it's all working: ``` err = remote.Push([]string{"refs/heads/" + branch}, &git.PushOptions{ RemoteCallbacks: git.RemoteCallbacks{ CredentialsCallback: func(url string, username_from_url string, allowed_types git.CredType) (git.ErrorCode, *git.Cred)...

I was wondering what would be the pipeline for cross-compiling a project that is using git2go? My knowledge with compilers is minimal, and to my understanding cross-compiling external libraries is...

I haven't found such a go wrapper for `git_commit_lookup_prefix` API

up for grabs

can I ask why the static compile support is removed in stable branch ? It's really complicated to get a fully static version of go2git, and sadly you only support...

Hi, We would need to add support to apply patches into an existing git repo. These patches are pure strings that are produced by an external application. Is this easy...