commit | 04b289cc42f62369bde83b025bc64ab01bcdcb79 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Dec 03 16:14:46 2010 -0800 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Dec 03 16:14:46 2010 -0800 |
tree | 77cf07cd9589d243d35b095dbfffdb1b3746fde4 | |
parent | 37001ddc8df83237840896ed82fe584a9163c698 [diff] |
Abstract SSH setup to support GIT_SSH In order to honor GIT_SSH the TransportGitSsh class needs to run the process named by the GIT_SSH environment variable and use that as the pipes for connectivity to the remote peer. Refactor the current transport code to support a different type of pipe connectivity, so we can later add GIT_SSH. Bug: 321062 Change-Id: I9d8ee1a95f1bac5013b33a4a42dcf1f98f92172f Signed-off-by: Shawn O. Pearce <spearce@spearce.org>