git2go
git2go copied to clipboard
Git to Go; bindings for libgit2. Like McDonald's but tastier.
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...