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 custom smart transports (#806) #808

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This change adds support for git smart transports. This will be then used to implement http, https, and ssh transports that don't rely on the libgit2 library.

(cherry picked from commit f1fa96c7b7f548389c7560d3a1a0bce83be56c9f)