Report remote SSH execution errors during push via TransportException
commit5a3579627a5f32da450f3f6e5c68db8e18243f0b
authorShawn O. Pearce <spearce@spearce.org>
Thu, 10 Jul 2008 06:13:22 +0000 (10 02:13 -0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 11 Jul 2008 10:14:21 +0000 (11 12:14 +0200)
tree8483d06414c66e6b6cd28e07c309fc1110030c7a
parent2e0567520121a2faecd271999f29c939d29229bf
Report remote SSH execution errors during push via TransportException

If the remote side failed to execute git-receive-pack we may
have the reason why on the stderr stream of the channel, as
the remote shell may have failed execution.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/transport/TransportGitSsh.java