aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportProtocol.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+2
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-14/+36
* Add Transport URI constructor without a repositoryIan Wetherbee2012-06-141-0/+16
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-7/+30
* Register TransportProtocols using servicesShawn O. Pearce2011-03-131-1/+13
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-0/+221