Check for remote server exec failures and report
commit08a77c04b4574ca4b282154d4ed4ab85cf2fcaa2
authorShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 21:11:58 +0000 (23 13:11 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 21:11:58 +0000 (23 13:11 -0800)
tree920a6976dd40e04212449c89a07675547e9676a3
parent0238a21b624abf079ae21835a13067d2c8dedd81
Check for remote server exec failures and report

If remote.name.uploadpack or .receivepack is misconfigured and points
to a non-existent command on the remote system, we should receive back
exit status 127.  Report this case specially with the command we used
so the user knows what is going.

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