summaryrefslogtreecommitdiff
path: root/ssh.go
AgeCommit message (Collapse)Author
2021-09-05Add support for managed SSH transport #minor (#814)lhchavez
This change drops the (hard) dependency on libssh2 and instead uses Go's implementation of SSH when libgit2 is not built with it.