aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/OpenSshConfig.java
Commit message (Expand)AuthorAgeFilesLines
* 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