aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | Merge "Ensure FSTest uses MockSystemReader" into stable-5.1David Pursehouse2019-08-121-0/+2
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Ensure FSTest uses MockSystemReaderMatthias Sohn2019-08-131-0/+2
| | | | * | | | | | | Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-0/+125
| | | | |/ / / / / /
| | | | * | | | | | LocalDiskRefTreeDatabaseTest shall use MockSystemReaderMatthias Sohn2019-08-111-0/+1
| | | | * | | | | | Ensure we use MockSystemReader in testsMatthias Sohn2019-08-102-0/+5
| | | | * | | | | | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-1/+1
* | | | | | | | | | reftable: increment pointer *after* reading uint16Han-Wen Nienhuys2019-08-191-0/+2
* | | | | | | | | | reftable: test absense of prefix matching in ReflogHan-Wen Nienhuys2019-08-191-0/+23
* | | | | | | | | | reftable: enforce ordering for ref and log writesHan-Wen Nienhuys2019-08-191-1/+52
* | | | | | | | | | reftable: fix seeking to refs in reflog implementationHan-Wen Nienhuys2019-08-191-0/+45
* | | | | | | | | | Fix ApplyCommand which doesn't work if patch adds empty fileAnton Khodos2019-08-191-0/+10
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'stable-5.4'Matthias Sohn2019-08-0929-428/+920
|\| | | | | | | |
| * | | | | | | | [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-082-3/+3
| * | | | | | | | Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-2/+2
| * | | | | | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-0826-423/+914
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-0826-423/+914
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-0826-442/+928
| | | |\| | | | |
| | | | * | | | | Fix OpenSshConfigTest#configMatthias Sohn2019-08-081-1/+7
| | | | * | | | | FileSnapshot: fix bug with timestamp thresholdingHan-Wen Nienhuys2019-08-071-8/+28
| | | | * | | | | Cache FileStoreAttributeCache per directoryMatthias Sohn2019-08-061-0/+135
| | | | * | | | | Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-063-5/+5
| | | | * | | | | Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-063-10/+23
| | | | * | | | | Add test for racy git detection in FileSnapshotMatthias Sohn2019-07-262-0/+189
| | | | * | | | | Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 timesMatthias Sohn2019-07-241-0/+2
| | | | * | | | | Fix FileSnapshotTests for filesystem with high timestamp resolutionMatthias Sohn2019-07-191-2/+14
| | | | * | | | | Retry deleting test files in FileBasedConfigTestMatthias Sohn2019-07-191-1/+1
| | | | * | | | | Measure filesystem timestamp resolution already in test setupMatthias Sohn2019-07-192-0/+4
| | | | * | | | | Refactor FileSnapshotTest to use NIO APIsMatthias Sohn2019-07-192-89/+93
| | | | * | | | | Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-1820-139/+200
| | | | * | | | | Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolutionMatthias Sohn2019-07-171-0/+8
| | | | * | | | | Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+12
| | | | * | | | | Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-112-177/+0
| | | | * | | | | FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-091-0/+11
| | | | * | | | | Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-07-031-11/+26
| | | | * | | | | Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-06-191-29/+24
| | | | * | | | | Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-196-13/+18
| | | | * | | | | Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-191-8/+183
| | | | * | | | | Make inner classes static where possibleDavid Pursehouse2019-06-177-9/+10
| * | | | | | | | BatchRefUpdateTest: Suppress ImmutableEnumChecker warningDavid Pursehouse2019-06-171-0/+1
* | | | | | | | | Merge "Constants for objects and info/{http-,}alternates"Jonathan Nieder2019-08-023-10/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Constants for objects and info/{http-,}alternatesDavid Turner2019-08-023-10/+12
* | | | | | | | | | UploadPack: move writing of "packfile" headerJonathan Tan2019-07-301-1/+8
|/ / / / / / / / /
* | | | | | | | | PreUploadHookChain: Use list instead of array internallyIvan Frade2019-07-241-0/+118
* | | | | | | | | PostUploadHookChain: Use a list instead of array internallyIvan Frade2019-07-241-0/+99
* | | | | | | | | Merge "ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks"Jonathan Tan2019-07-241-0/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ProtocolV2HookChain: Allow to create a chain of protocol V2 hooksIvan Frade2019-07-181-0/+111
* | | | | | | | | | UploadPackTest: use Consumer to set up UploadPackJonathan Tan2019-07-161-43/+70
|/ / / / / / / / /
* | | | | | | | | Support "sideband-all" in protocol v2 fetchJonathan Tan2019-07-161-0/+58
* | | | | | | | | UploadPackTest: refactor capability config testJonathan Tan2019-07-161-48/+59
* | | | | | | | | Move exception handling code to the callerMasaya Suzuki2019-06-271-48/+42