| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPE in CommitOnlyTest#getHead | Matthias Sohn | 2019-08-18 | 1 | -0/+6 |
* | Cache user global and system-wide git configurations | Matthias Sohn | 2019-08-18 | 2 | -33/+47 |
* | Add missing dependencies for running FS_POSIXTest in Eclipse | Matthias Sohn | 2019-08-16 | 1 | -0/+2 |
* | Merge "Ensure FSTest uses MockSystemReader" into stable-5.1 | David Pursehouse | 2019-08-12 | 1 | -0/+2 |
|\ |
|
| * | Ensure FSTest uses MockSystemReader | Matthias Sohn | 2019-08-13 | 1 | -0/+2 |
* | | Make supportsAtomicCreateNewFile return true as default | Vishal Devgire | 2019-08-12 | 2 | -0/+127 |
* | | Update orbit to R20190602212107-2019-06 to enable backports from master | Matthias Sohn | 2019-08-12 | 1 | -0/+6 |
|/ |
|
* | LocalDiskRefTreeDatabaseTest shall use MockSystemReader | Matthias Sohn | 2019-08-11 | 1 | -0/+1 |
* | Ensure we use MockSystemReader in tests | Matthias Sohn | 2019-08-10 | 2 | -0/+5 |
* | Disable debug log for FS in org.eclipse.jgit.test | Matthias Sohn | 2019-08-10 | 1 | -1/+1 |
* | Bazel: enable logging for tests in org.eclipse.jgit.test | Matthias Sohn | 2019-08-10 | 3 | -3/+13 |
* | Stop using deprecated Constants.CHARACTER_ENCODING | David Pursehouse | 2019-08-09 | 1 | -1/+1 |
* | Fix OpenSshConfigTest#config | Matthias Sohn | 2019-08-08 | 1 | -1/+7 |
* | FileSnapshot: fix bug with timestamp thresholding | Han-Wen Nienhuys | 2019-08-07 | 1 | -8/+28 |
* | Cache FileStoreAttributeCache per directory | Matthias Sohn | 2019-08-06 | 1 | -0/+135 |
* | Persist minimal racy threshold and allow manual configuration | Matthias Sohn | 2019-08-06 | 3 | -5/+5 |
* | Measure minimum racy interval to auto-configure FileSnapshot | Matthias Sohn | 2019-08-06 | 4 | -11/+27 |
* | Add test for racy git detection in FileSnapshot | Matthias Sohn | 2019-07-26 | 2 | -0/+189 |
* | Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times | Matthias Sohn | 2019-07-24 | 1 | -0/+2 |
* | Fix FileSnapshotTests for filesystem with high timestamp resolution | Matthias Sohn | 2019-07-19 | 1 | -2/+14 |
* | Retry deleting test files in FileBasedConfigTest | Matthias Sohn | 2019-07-19 | 1 | -1/+1 |
* | Measure filesystem timestamp resolution already in test setup | Matthias Sohn | 2019-07-19 | 2 | -0/+4 |
* | Refactor FileSnapshotTest to use NIO APIs | Matthias Sohn | 2019-07-19 | 2 | -89/+93 |
* | Use Instant instead of milliseconds for filesystem timestamp handling | Matthias Sohn | 2019-07-18 | 21 | -141/+203 |
* | Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution | Matthias Sohn | 2019-07-17 | 1 | -0/+8 |
* | Add debug trace for FileSnapshot | Matthias Sohn | 2019-07-17 | 1 | -0/+2 |
* | Increase bazel timeout for long running tests | Matthias Sohn | 2019-07-16 | 1 | -0/+4 |
* | Bazel: Fix lint warning flagged by buildifier | David Ostrovsky | 2019-07-16 | 2 | -8/+8 |
* | Bazel: Add missing dependencies for ArchiveCommandTest | David Pursehouse | 2019-07-16 | 1 | -0/+6 |
* | Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file | David Pursehouse | 2019-07-16 | 1 | -1/+0 |
* | Add support for nanoseconds and microseconds for Config#getTimeUnit | Matthias Sohn | 2019-07-11 | 1 | -0/+12 |
* | Delete unused FileTreeIteratorWithTimeControl | Matthias Sohn | 2019-07-11 | 2 | -177/+0 |
* | FileSnapshot#equals: consider UNKNOWN_SIZE | Han-Wen Nienhuys | 2019-07-09 | 1 | -0/+11 |
* | Fix RacyGitTests#testRacyGitDetection | Matthias Sohn | 2019-07-03 | 1 | -11/+26 |
* | Change RacyGitTests to create a racy git situation in a stable way | Masaya Suzuki | 2019-06-19 | 1 | -29/+24 |
* | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 | David Pursehouse | 2019-06-19 | 6 | -13/+18 |
* | Fix non-deterministic hash of archives created by ArchiveCommand | Matthias Sohn | 2019-06-19 | 3 | -8/+197 |
* | Update Maven plugins and cleanup Maven warnings | Matthias Sohn | 2019-06-18 | 1 | -0/+1 |
* | Make inner classes static where possible | David Pursehouse | 2019-06-17 | 7 | -9/+10 |
* | Prepare 5.1.9-SNAPSHOT builds | Matthias Sohn | 2019-06-05 | 2 | -47/+47 |
* | JGit v5.1.8.201906050907-rv5.1.8.201906050907-r | Matthias Sohn | 2019-06-05 | 2 | -2/+2 |
* | Test detecting modified packfiles | Christian Halstrick | 2019-06-05 | 1 | -11/+222 |
* | Extend FileSnapshot for packfiles to also use checksum to detect changes | Matthias Sohn | 2019-06-04 | 1 | -0/+143 |
* | Add FileSnapshot test testing recognition of file size changes | Matthias Sohn | 2019-05-29 | 1 | -0/+17 |
* | Capture reason for result of FileSnapshot#isModified | Matthias Sohn | 2019-05-29 | 1 | -0/+7 |
* | Skip FileSnapshotTest#testSimulatePackfileReplacement on Windows | Matthias Sohn | 2019-05-29 | 1 | -0/+3 |
* | Tune max heap size for tests | Matthias Sohn | 2019-05-29 | 1 | -1/+1 |
* | Fix FileSnapshotTest.testNewFileNoWait() to match its javadoc | Matthias Sohn | 2019-05-27 | 1 | -2/+0 |
* | Include filekey file attribute when comparing FileSnapshots | Matthias Sohn | 2019-05-22 | 1 | -0/+28 |
* | Measure file timestamp resolution used in FileSnapshot | Matthias Sohn | 2019-05-22 | 1 | -0/+37 |