| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement toString in MockSystemReader and MockConfig | Matthias Sohn | 2019-08-11 | 1 | -0/+11 |
* | Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader | Matthias Sohn | 2019-08-11 | 1 | -5/+7 |
* | Override FileBasedConfig's save method in MockConfig | Matthias Sohn | 2019-08-10 | 1 | -0/+5 |
* | Persist minimal racy threshold and allow manual configuration | Matthias Sohn | 2019-08-06 | 2 | -2/+2 |
* | Measure minimum racy interval to auto-configure FileSnapshot | Matthias Sohn | 2019-08-06 | 2 | -2/+3 |
* | Reuse FileUtils to recursively delete files created by tests | Matthias Sohn | 2019-07-26 | 1 | -23/+19 |
* | Fix org.eclipse.jdt.core.prefs of org.eclipse.jgit.junit | Matthias Sohn | 2019-07-24 | 1 | -9/+20 |
* | Add missing javadoc in org.eclipse.jgit.junit | Matthias Sohn | 2019-07-24 | 2 | -0/+157 |
* | Enhance RepeatRule to report number of failures at the end | Matthias Sohn | 2019-07-19 | 2 | -3/+34 |
* | Measure filesystem timestamp resolution already in test setup | Matthias Sohn | 2019-07-19 | 1 | -0/+4 |
* | Use Instant instead of milliseconds for filesystem timestamp handling | Matthias Sohn | 2019-07-18 | 3 | -12/+117 |
* | Make inner classes static where possible | David Pursehouse | 2019-06-17 | 1 | -1/+1 |
* | Prepare 5.1.9-SNAPSHOT builds | Matthias Sohn | 2019-06-05 | 2 | -19/+19 |
* | JGit v5.1.8.201906050907-rv5.1.8.201906050907-r | Matthias Sohn | 2019-06-05 | 2 | -2/+2 |
* | Enhance fsTick() to use filesystem timer resolution | Christian Halstrick | 2019-06-05 | 1 | -8/+16 |
* | Measure file timestamp resolution used in FileSnapshot | Matthias Sohn | 2019-05-22 | 1 | -3/+1 |
* | Prepare 5.1.8-SNAPSHOT builds | Matthias Sohn | 2019-04-20 | 2 | -19/+19 |
* | JGit v5.1.7.201904200442-rv5.1.7.201904200442-r | Matthias Sohn | 2019-04-20 | 2 | -2/+2 |
* | Prepare 5.1.7-SNAPSHOT builds | Matthias Sohn | 2019-03-13 | 2 | -19/+19 |
* | JGit v5.1.6.201903130242-rv5.1.6.201903130242-r | Matthias Sohn | 2019-03-13 | 2 | -2/+2 |
* | Prepare 5.1.6-SNAPSHOT builds | Matthias Sohn | 2018-12-27 | 2 | -19/+19 |
* | JGit v5.1.5.201812261915-rv5.1.5.201812261915-r | Matthias Sohn | 2018-12-27 | 2 | -2/+2 |
* | Prepare 5.1.5-SNAPSHOT builds | Matthias Sohn | 2018-12-26 | 2 | -19/+19 |
* | JGit v5.1.4.201812251853-rv5.1.4.201812251853-r | Matthias Sohn | 2018-12-26 | 2 | -2/+2 |
* | Prepare 5.1.4-SNAPSHOT builds | Matthias Sohn | 2018-10-20 | 2 | -19/+19 |
* | JGit v5.1.3.201810200350-rv5.1.3.201810200350-r | Matthias Sohn | 2018-10-20 | 2 | -2/+2 |
* | Prepare 5.1.3-SNAPSHOT builds | Matthias Sohn | 2018-10-06 | 2 | -19/+19 |
* | JGit v5.1.2.201810061102-rv5.1.2.201810061102-r | Matthias Sohn | 2018-10-06 | 2 | -2/+2 |
* | Prepare 5.1.2-SNAPSHOT builds | Matthias Sohn | 2018-09-18 | 2 | -19/+19 |
* | JGit v5.1.1.201809181055-rv5.1.1.201809181055-r | Matthias Sohn | 2018-09-18 | 2 | -2/+2 |
* | Prepare 5.1.1-SNAPSHOT builds | Matthias Sohn | 2018-09-11 | 2 | -19/+19 |
* | JGit v5.1.0.201809111528-rv5.1.0.201809111528-r | Matthias Sohn | 2018-09-11 | 2 | -2/+2 |
* | Prepare 5.1.0-SNAPSHOT builds | Matthias Sohn | 2018-09-05 | 2 | -2/+2 |
* | JGit v5.1.0.201809051400-rc1v5.1.0.201809051400-rc1 | Matthias Sohn | 2018-09-05 | 2 | -2/+2 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 4 | -9/+9 |
* | Return parsed objects from TestRepository.commit/tree/blob() | Terry Parker | 2018-06-28 | 1 | -12/+13 |
* | Prepare 5.1.0-SNAPSHOT builds | Matthias Sohn | 2018-05-23 | 2 | -19/+19 |
* | Fix trivial usages of deprecated Repository#getAllRefs | David Pursehouse | 2018-05-23 | 1 | -3/+3 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -2/+2 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 6 | -36/+36 |
* | Add API filter for "non-API type FileRepository" in tests | David Pursehouse | 2018-05-06 | 1 | -0/+35 |
* | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 1 | -19/+14 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 4 | -9/+9 |
* | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -19/+19 |
* | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -19/+19 |
* | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 2 | -2/+2 |
* | JGitTestUtil: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -16/+7 |
* | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 3 | -4/+8 |
* | Enable warning for resources not managed by try-with-resource | David Pursehouse | 2018-03-03 | 1 | -1/+1 |
* | Honor CRLF settings when writing merge results | Thomas Wolf | 2018-02-02 | 1 | -8/+8 |