libgit2 / git2go

Git to Go; bindings for libgit2. Like McDonald's but tastier.
MIT License
1.93k stars 316 forks source link

Add support for managed HTTP/S transports (#810) #813

Closed lhchavez closed 3 years ago

lhchavez commented 3 years ago

This change uses the newly-exposed Transport interface to use Go's implementation of http.Client instead of httpclient via libgit2.

(cherry picked from commit b983e1daebf528443e2a3954cd595fa3664ec93f)