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 SSH transport #minor (#814) #816

Closed lhchavez closed 3 years ago

lhchavez commented 3 years ago

This change drops the (hard) dependency on libssh2 and instead uses Go's implementation of SSH when libgit2 is not built with it.