aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | Ensure we use MockSystemReader in testsMatthias Sohn2019-08-102-0/+5
| | | * | | | | Stop using deprecated Constants.CHARACTER_ENCODINGDavid Pursehouse2019-08-091-1/+1
* | | | | | | | [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 branch 'master' into stable-5.4Matthias Sohn2019-06-1119-220/+1308
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()Thomas Wolf2019-06-111-0/+48
| * | | | | | | | ErrorProne: Increase severity of FutureReturnValueIgnored to ERRORDavid Pursehouse2019-06-111-1/+2
| * | | | | | | | Make pull --rebase on an unborn branch do a checkoutThomas Wolf2019-06-101-0/+28
| * | | | | | | | Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-0/+35
| * | | | | | | | DescribeCommand: use glob match instead of path matchThomas Wolf2019-06-071-0/+17
| * | | | | | | | Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-0/+142
| * | | | | | | | Consistently use "!isEmpty()" to detect non-empty listDavid Pursehouse2019-06-071-5/+5
| * | | | | | | | NetscapeCookieFileTest: Split HttpCookiesMatcher to own classDavid Pursehouse2019-06-073-104/+152
| * | | | | | | | Support reading and writing cookies.Konrad Windszus2019-06-063-0/+708
| * | | | | | | | Replace most usages of PacketLineIn.END with PacketLineIn.end()David Pursehouse2019-06-033-81/+84
| * | | | | | | | PacketLineIn: Deprecate DELIM constantDavid Pursehouse2019-06-032-67/+67
| * | | | | | | | Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-025-50/+49
| * | | | | | | | PacketLineIn: Rename isDelim to isDelimiterDavid Pursehouse2019-06-021-1/+1
| * | | | | | | | ProtocolV2ParserTest: Fix typo in commentDavid Pursehouse2019-06-021-1/+1
| * | | | | | | | DescribeCommand: Support the "always" optionSebastian Schuberth2019-05-311-7/+24
| * | | | | | | | Remove excess blank line in FileUtilsTestMatthias Sohn2019-05-311-1/+0
| * | | | | | | | PacketLineIn: Add helper methods to check for END and DELIMDavid Pursehouse2019-05-301-6/+7
| * | | | | | | | UploadPackTest: Rename variable to avoid hiding class memberDavid Pursehouse2019-05-301-4/+4
| * | | | | | | | UploadPackTest: Add missing <> operator on instantiation of ArrayListDavid Pursehouse2019-05-301-1/+1
| * | | | | | | | BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42