summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.4.0.201905081430-m2v5.4.0.201905081430-m2Matthias Sohn2019-05-083-4/+4
* Use jdk 5 for loopCarsten Hammer2019-04-131-8/+9
* Join catch sections using multicatchCarsten Hammer2019-04-132-10/+2
* Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-1/+1
* LocalDiskRepositoryTestCase: Clarify semantics of repository creation methodsDavid Pursehouse2019-04-081-3/+9
* Add missing source bundles and add them to a single source featureMatthias Sohn2019-04-022-0/+50
* Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-03-072-21/+21
* LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-3/+6
* Make TestRepository AutoCloseableJackson Toeniskoetter2019-01-101-1/+18
* Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2018-12-032-21/+21
* Move SshTestGitServer to new bundle org.eclipse.jgit.junit.sshThomas Wolf2018-11-174-365/+1
* Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-131-7/+37
* Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-132-2/+60
* Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf2018-11-131-7/+38
* Ssh tests with an Apache MINA sshd test git serverThomas Wolf2018-11-064-4/+256
* Fix test setup for Eclipse Photon and greaterThomas Wolf2018-11-021-5/+1
* Configure classpath for separate test sources in EclipseMichael Keppler2018-10-171-1/+5
* Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse2018-10-171-1/+1
* Merge branch 'stable-5.1'Matthias Sohn2018-10-061-35/+0
|\
| * Prepare 5.1.3-SNAPSHOT buildsMatthias Sohn2018-10-062-19/+19
| * JGit v5.1.2.201810061102-rv5.1.2.201810061102-rMatthias Sohn2018-10-062-2/+2
| * Prepare 5.1.2-SNAPSHOT buildsMatthias Sohn2018-09-182-19/+19
| * JGit v5.1.1.201809181055-rv5.1.1.201809181055-rMatthias Sohn2018-09-182-2/+2
| * Prepare 5.1.1-SNAPSHOT buildsMatthias Sohn2018-09-112-19/+19
| * JGit v5.1.0.201809111528-rv5.1.0.201809111528-rMatthias Sohn2018-09-112-2/+2
| * Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-09-052-2/+2
| * JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1Matthias Sohn2018-09-052-2/+2
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
* | Fix Mylyn commit message templateMichael Keppler2018-09-231-1/+1
* | Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2018-09-062-19/+19
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-044-9/+9
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-281-12/+13
* Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2018-05-232-19/+19
* Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-156-36/+36
* Add API filter for "non-API type FileRepository" in testsDavid Pursehouse2018-05-061-0/+35
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-19/+14
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-114-9/+9
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-03-082-19/+19
* Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2018-03-082-19/+19
* JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2018-03-082-2/+2
* JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-071-16/+7
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-073-4/+8
* Enable warning for resources not managed by try-with-resourceDavid Pursehouse2018-03-031-1/+1
* Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-8/+8
* Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2017-12-312-19/+19
* Add header Automatic-Module-Name for Java 9Karsten Thoms2017-12-231-0/+1
* Repeat: Fix javadoc to say 'annotation' instead of 'interface'David Pursehouse2017-12-181-1/+1
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-1711-22/+323