Add support for managed SSH transport #minor (#814) #815
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-1204152418-release-1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
70e5e419cf
)