jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Shawn O. Pearce 305a8ac45f Make the supported Transports extensible and discoverable
The new TransportProtocol type describes what a particular Transport
implementation wants in order to support a connection.  3rd parties
can now plug into the Transport.open() logic by implementing their
own TransportProtocol and Transport classes, and registering with
Transport.register().

GUI applications can help the user configure a connection by looking
at the supported fields of a particular TransportProtocol type, which
makes the GUI more dynamic and may better support new Transports.

Change-Id: Iafd8e3a6285261412aac6cba8e2c333f8b7b76a5
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2011-03-13 16:23:56 -07:00
..
api Add -o option to commit command 2011-03-11 14:25:46 +01:00
diff Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
dircache Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
events Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
fnmatch Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
ignore Fix IgnoreRule for directory-only patterns 2011-01-07 12:53:14 +01:00
lib Remove deprecated TreeIterator 2011-03-07 12:26:51 -08:00
merge Don't print "into HEAD" when merging refs/heads/master 2011-02-01 22:27:33 +01:00
nls Using java.util.concurrent in NLSTest instead of handling threads directly. 2011-01-10 09:15:26 +01:00
notes Exposed the constructor of Note class 2011-01-25 16:33:29 -06:00
patch Convert all JGit unit tests to JUnit 4 2010-12-31 14:00:05 -08:00
revplot Drop unneccessary @SuppressWarnings 2010-12-31 14:05:42 -08:00
revwalk RevWalk: Avoid unnecessary re-parsing of commit bodies 2011-02-13 13:43:11 -08:00
storage Create empty GIT_DIR/hooks directory 2011-02-22 07:38:51 -08:00
transport Make the supported Transports extensible and discoverable 2011-03-13 16:23:56 -07:00
treewalk Changed TreeWalk.forPath(...) to work with recursive paths. 2011-02-17 13:48:22 -06:00
util PackWriter: Reduce GC during enumeration 2011-03-07 18:23:39 -08:00