git2go icon indicating copy to clipboard operation
git2go copied to clipboard

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

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

it appears it will need a patch BUILD config

Allow use of libgit2 built without thread support. With smart transport, users using solely Managed Transports can rely on Go to deal with the multi-threading requirements of transport management. To...

Any big issues blocking the bump or is it just a case of "allow newer version" as in the past?

This prevents error "read/write on closed pipe". Go's http.client::send() always closes req.Body, so if the first request attempt is unsuccessful, any subsequent requests after calling the `CredentialsCallback` will attempt to...

This prevents error "read/write on closed pipe". Go's http.client::send() always closes req.Body, so if the first request attempt is unsuccessful, any subsequent requests after calling the `CredentialsCallback` will attempt to...

This prevents error "read/write on closed pipe". Go's http.client::send() always closes req.Body, so if the first request attempt is unsuccessful, any subsequent requests after calling the `CredentialsCallback` will attempt to...

This prevents error "read/write on closed pipe". Go's http.client::send() always closes req.Body, so if the first request attempt is unsuccessful, any subsequent requests after calling the `CredentialsCallback` will attempt to...

This prevents error "read/write on closed pipe". Go's http.client::send() always closes req.Body, so if the first request attempt is unsuccessful, any subsequent requests after calling the `CredentialsCallback` will attempt to...

We have experienced `index.AddAll` causing segfaults. The exact same code depending on the machine it is running on **and** the repository it is adding files to, may consistently result in...