aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/OpenSshConfig.java
Commit message (Expand)AuthorAgeFilesLines
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-345/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-721/+111
* Explicitly specify charset in constructor of InputStreamReaderDavid Pursehouse2018-09-261-1/+4
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-6/+6
* Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-01-131-59/+1
|\
| * Revert handling of ssh IdentityFile to pre-4.9 behaviorThomas Wolf2018-01-121-59/+1
* | Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-7/+9
|/
* Yet another work-around for a Jsch bug: timeoutsThomas Wolf2017-11-201-2/+60
* Ensure that ~ in ssh config is replaced before Jsch sees itThomas Wolf2017-10-181-11/+34
* Add toString() methods to OpenSshConfig to help debuggingMatthias Sohn2017-08-261-0/+31
* Do most %-token substitutions in OpenSshConfigThomas Wolf2017-08-261-5/+129
* Let Jsch know about ~/.ssh/configThomas Wolf2017-08-261-144/+513
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Allow retrying connecting SshSession in case of an exceptionStefan Lay2014-06-201-1/+30
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-17/+19
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-021-1/+2
* Repository can be configured with FSMarc Strapetz2010-06-041-2/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+400