Don't log TransportGitSsh error stream to JVM stderr
commitd3d93798e7df7fdacce91af20d0ca30aa61fdaee
authorShawn O. Pearce <spearce@spearce.org>
Sun, 7 Jun 2009 22:31:24 +0000 (7 15:31 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 12 Jun 2009 17:14:13 +0000 (12 19:14 +0200)
tree67514d1fc37f777a1dc5f4179990cd3df653bea5
parenta52211d20dc53445c52dd7f56ca152f6b1b1eb13
Don't log TransportGitSsh error stream to JVM stderr

This is an API function, not a user interface routine.  We should not
be printing messages from the remote side to our console.  Instead we
should buffer them, and allow a TransportException to be thrown which
contains the message data.  Higher level user interface routines
can then catch that exception, and display the message, if any, in
a form that is appropriate to the context.

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