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) #815

Closed github-actions[bot] closed 3 years ago

github-actions[bot] 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.

(cherry picked from commit 70e5e419cf0cab31553b106267a0296f3cd672d9)