]> source.dussan.org Git - jgit.git/commit
Correct plink -batch option 29/2129/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 15 Dec 2010 18:17:01 +0000 (10:17 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 15 Dec 2010 18:17:01 +0000 (10:17 -0800)
commit8efbd378e1eaa473d850efe77026abf51041d2f1
treeb62dd9a632eb54e27d5a82917066507f37837b5f
parentf5434c2a86fcf55c06cac3b750483e289a53890d
Correct plink -batch option

When GIT_SSH is set to use plink, the correct option name is "-batch"
and not "--batch".  This was a typo introduced when we added support
for plink via GIT_SSH.

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