aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/RemoteConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Factor out URL replacement from RemoteConfigThomas Wolf2022-03-151-46/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-6/+10
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-7/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-17/+17
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-3/+10
* Ignore invalid TagOpt valuesThomas Wolf2017-08-261-2/+7
* Add a getter for a list of RefSpecs to ConfigThomas Wolf2017-08-261-12/+6
* Do not apply pushInsteadOf to existing pushUrisThomas Wolf2017-08-141-8/+10
* Fix handling of pushInsteadOfThomas Wolf2017-08-141-6/+16
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-8/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-14/+14
* Support insteadOf and pushInsteadOf URL replacementKevin Sawicki2012-03-051-2/+41
* Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-161-1/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-16/+16
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+508