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

pretty lost with the api, any example here ?

I'm trying to use git2go on Windows 7 x64. I was able to build libgit2 (through mingw) and install git2go package to usual pkg location (`pkg\windows_amd64\github.com\libgit2\git2go.a`). But when I try...

[git_tag_create](https://libgit2.github.com/libgit2/#HEAD/group/tag/git_tag_create) accepts `force` argument just like [git_tag_create_lightweight](https://libgit2.github.com/libgit2/#HEAD/group/tag/git_tag_create_lightweight), but unlike `TagsCollection.CreateLightweight`, `TagsCollection.Create` always passes `force = 0`. Would you add `force` argument to `TagsCollection.Create` in the `next` branch?

up for grabs

Hello, I am trying to clone a password protected http git repo using NewCredUserpassPlaintext() function by passing the credentials to git.CloneOptions struct as shown in code bellow, but it does...

Some people come here looking for a golang only (no cgo) implementation, or at least a an implementation of core parts (like object parsing, etc). It may be useful to...

Pass RemoteCallbacks to remote.Push operation. Also it fixes a memory allocation problem of the PushOptions and FetchOptions structs.

I found some comments from this blog to increase the limitation of opened files on server, https://rtcamp.com/tutorials/linux/increase-open-files-limit/, and change to 655360. it can be resolved by workaroud, however, it will...

Any chance someone can help me with this? http://stackoverflow.com/questions/30334749/git2go-fetch-or-hard-pull

Maybe should check set ptr = nil after git free and guard Free logic with ptr != nil to make sure it doesn't try to free invalid pointers?

Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`. Related to: https://github.com/libgit2/git2go/issues/899 Signed-off-by: Sanskar Jaiswal