]> source.dussan.org Git - jgit.git/commit
Honor GIT_SSH when opening SSH connections 37/2037/1
authorShawn O. Pearce <spearce@spearce.org>
Sat, 4 Dec 2010 00:33:46 +0000 (16:33 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 4 Dec 2010 00:33:46 +0000 (16:33 -0800)
commit22e720ce772c3ccd27c56319d5f1e141a74a20ac
tree89fa01fd926529db810f35815cda6caa5b364cd4
parent04b289cc42f62369bde83b025bc64ab01bcdcb79
Honor GIT_SSH when opening SSH connections

If the environment variable GIT_SSH is set, use GIT_SSH for any remote
protocol connections, instead of the local JSch library.

Bug: 321062
Change-Id: Ia18ea49d58f3ed657430067f1f72ef788a2dae4c
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitSsh.java