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

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.