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

Closed lhchavez closed 3 years ago

lhchavez 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.