aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/ssh/proxy_test.go
Commit message (Collapse)AuthorAgeFilesLines
* ssh: leverage proxy.DialJacob Blain Christen2019-05-021-0/+36
This enables interacting with git remotes over SSH when behind a SOCKSv5 firewall. Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com>