Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2019-01-20LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse1-3/+6
2019-01-10Make TestRepository AutoCloseableJackson Toeniskoetter1-1/+18
2018-12-03Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2-21/+21
2018-11-17Move SshTestGitServer to new bundle org.eclipse.jgit.junit.sshThomas Wolf4-365/+1
2018-11-13Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf1-7/+37
2018-11-13Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2-2/+60
2018-11-13Add more ssh tests: pushing, known_host file handling, etc.Thomas Wolf1-7/+38
2018-11-06Ssh tests with an Apache MINA sshd test git serverThomas Wolf4-4/+256
2018-11-02Fix test setup for Eclipse Photon and greaterThomas Wolf1-5/+1
2018-10-17Configure classpath for separate test sources in EclipseMichael Keppler1-1/+5
2018-10-17Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse1-1/+1
2018-10-06Merge branch 'stable-5.1'Matthias Sohn1-35/+0
2018-10-06Prepare 5.1.3-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-10-06JGit v5.1.2.201810061102-rv5.1.2.201810061102-rMatthias Sohn2-2/+2
2018-09-25Make inner classes static where possibleDavid Pursehouse1-1/+1
2018-09-23Fix Mylyn commit message templateMichael Keppler1-1/+1
2018-09-18Prepare 5.1.2-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-09-18JGit v5.1.1.201809181055-rv5.1.1.201809181055-rMatthias Sohn2-2/+2
2018-09-11Prepare 5.1.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-09-11JGit v5.1.0.201809111528-rv5.1.0.201809111528-rMatthias Sohn2-2/+2
2018-09-06Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-09-05Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2-2/+2
2018-09-05JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1Matthias Sohn2-2/+2
2018-09-04Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse4-9/+9
2018-06-28Return parsed objects from TestRepository.commit/tree/blob()Terry Parker1-12/+13
2018-05-23Prepare 5.1.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-05-23Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse1-3/+3
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys1-2/+2
2018-05-15Remove 'final' in parameter listsHan-Wen Nienhuys6-36/+36
2018-05-05Add API filter for "non-API type FileRepository" in testsDavid Pursehouse1-0/+35
2018-03-13Open auto-closeable resources in try-with-resourceDavid Pursehouse1-19/+14
2018-03-11Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse4-9/+9
2018-03-08Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-03-08Prepare 4.11.1-SNAPSHOT buildsMatthias Sohn2-19/+19
2018-03-08JGit v4.11.0.201803080745-rv4.11.0.201803080745-rMatthias Sohn2-2/+2
2018-03-07JGitTestUtil: Open auto-closeable resources in try-with-resourceDavid Pursehouse1-16/+7
2018-03-07Use StandardCharsets.UTF_8 in testsDavid Pursehouse3-4/+8
2018-03-03Enable warning for resources not managed by try-with-resourceDavid Pursehouse1-1/+1
2018-02-01Honor CRLF settings when writing merge resultsThomas Wolf1-8/+8
2017-12-31Prepare 4.11.0-SNAPSHOT buildsMatthias Sohn2-19/+19
2017-12-23Add header Automatic-Module-Name for Java 9Karsten Thoms1-0/+1
2017-12-18Repeat: Fix javadoc to say 'annotation' instead of 'interface'David Pursehouse1-1/+1
2017-12-17Fix javadoc in org.eclipse.jgit.junitMatthias Sohn11-22/+323
2017-12-08Specify consistent version range for junit in OSGi manifestsDavid Pursehouse1-4/+4
2017-12-07Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse1-1/+2
2017-11-24Merge branch 'stable-4.9'Matthias Sohn2-36/+11
2017-11-24Ignore warning for minor version change without API changeMatthias Sohn1-1/+11
2017-11-24Merge branch 'stable-4.8' into stable-4.9Matthias Sohn1-35/+0
2017-11-16Add flag for keeping ref tombstones in GC reftableMinh Thai1-0/+1

Back to the top