Moved common SSH related functionality to the base class SshTransport
commiteb6babe8ae7b3f7250872ac4ddef7fb9ab9dbc41
authorConstantine Plotnikov <constantine.plotnikov@gmail.com>
Wed, 15 Apr 2009 13:26:34 +0000 (15 17:26 +0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 17 Apr 2009 16:43:49 +0000 (17 09:43 -0700)
treefd141d2ebc917e2ef33be2fcbb736f7774e7f474
parent4dc84c216aae85308c3f313b8614b625686c19c3
Moved common SSH related functionality to the base class SshTransport

The common SSH-related functionality moved from subclasses
to base class (creating and closing sessions). The ability
to configure SSH session factory was added as well.

Signed-off-by: Constantine Plotnikov <constantine.plotnikov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/transport/SshTransport.java
org.spearce.jgit/src/org/spearce/jgit/transport/TransportGitSsh.java
org.spearce.jgit/src/org/spearce/jgit/transport/TransportSftp.java