]> source.dussan.org Git - jgit.git/commit
Abstract SSH setup to support GIT_SSH 36/2036/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 4 Dec 2010 00:14:46 +0000 (16:14 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 4 Dec 2010 00:14:46 +0000 (16:14 -0800)
commit04b289cc42f62369bde83b025bc64ab01bcdcb79
tree77cf07cd9589d243d35b095dbfffdb1b3746fde4
parent37001ddc8df83237840896ed82fe584a9163c698
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>
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitSsh.java