]> source.dussan.org Git - jgit.git/commit
Remove quoting of command over SSH 35/2435/1
authorShawn O. Pearce <spearce@spearce.org>
Sun, 6 Feb 2011 22:04:39 +0000 (14:04 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 6 Feb 2011 22:04:39 +0000 (14:04 -0800)
commit0180946bc885436be2d3c205c7444bcdd57d85cd
tree07044f949e0373bc24a46a62a9731960b55f79ab
parentc6423932bf466af76daf2cf38f37bc23cd16bf63
Remove quoting of command over SSH

If the command contains spaces, it needs to be evaluated by the remote
shell.  Quoting the command breaks this, making it impossible to run a
remote command that needs additional options.

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