2575 Commits (430a34e6e19bbded0615ffb6952103896ba09682)

Author SHA1 Message Date
Han-Wen Nienhuys e60b9e1879 FileSnapshot: fix bug with timestamp thresholding 5 years ago
Matthias Sohn 6857138e19 Cache FileStoreAttributeCache per directory 5 years ago
Matthias Sohn d45219baac Persist minimal racy threshold and allow manual configuration 5 years ago
Matthias Sohn 5911521ba6 Measure minimum racy interval to auto-configure FileSnapshot 5 years ago
Matthias Sohn 130aa31262 Add test for racy git detection in FileSnapshot 5 years ago
Matthias Sohn de6df3bdd9 Repeat RefDirectoryTest.testGetRef_DiscoversModifiedLoose 100 times 5 years ago
Matthias Sohn 9eff45e4f2 Fix FileSnapshotTests for filesystem with high timestamp resolution 5 years ago
Matthias Sohn bce4ac97fa Retry deleting test files in FileBasedConfigTest 5 years ago
Matthias Sohn eda2e95fa8 Measure filesystem timestamp resolution already in test setup 5 years ago
Matthias Sohn 93144f1438 Refactor FileSnapshotTest to use NIO APIs 5 years ago
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
Matthias Sohn 79ede0c322 Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution 5 years ago
Matthias Sohn 09fec1a102 Add debug trace for FileSnapshot 5 years ago
Matthias Sohn 0966731cad Increase bazel timeout for long running tests 5 years ago
David Ostrovsky bbef67e8d0 Bazel: Fix lint warning flagged by buildifier 5 years ago
David Pursehouse 0aa8eca5f1 Bazel: Add missing dependencies for ArchiveCommandTest 5 years ago
David Pursehouse e54fde8616 Bazel: Remove FileTreeIteratorWithTimeControl from BUILD file 5 years ago
Matthias Sohn 121c957405 Add support for nanoseconds and microseconds for Config#getTimeUnit 5 years ago
Matthias Sohn a024759cf5 Delete unused FileTreeIteratorWithTimeControl 5 years ago
Han-Wen Nienhuys 84e6c24e58 FileSnapshot#equals: consider UNKNOWN_SIZE 5 years ago
Matthias Sohn 1159f9dd7c Fix RacyGitTests#testRacyGitDetection 5 years ago
Masaya Suzuki df637928d2 Change RacyGitTests to create a racy git situation in a stable way 5 years ago
David Pursehouse f18b5010fc Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8 5 years ago
Matthias Sohn 9387288a86 Fix non-deterministic hash of archives created by ArchiveCommand 5 years ago
Matthias Sohn 2d0a1adf05 Update Maven plugins and cleanup Maven warnings 5 years ago
David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
David Pursehouse b84235c4d1 BatchRefUpdateTest: Suppress ImmutableEnumChecker warning 5 years ago
Matthias Sohn f3b7c2beae Prepare 5.4.1-SNAPSHOT builds 5 years ago
Matthias Sohn 3dad0682be JGit v5.4.0.201906121030-r 5 years ago
Matthias Sohn 0e9361f066 JGit v5.4.0.201906120450-r 5 years ago
Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5 years ago
David Pursehouse 8bd0ba0f15 ErrorProne: Increase severity of FutureReturnValueIgnored to ERROR 5 years ago
Matthias Sohn d8429d27f7 Increase bazel timeout for long running tests 5 years ago
Thomas Wolf 8a2e221096 Make pull --rebase on an unborn branch do a checkout 5 years ago
Thomas Wolf f24ad3da66 Handle escaped CR-LF in git config files 5 years ago
Thomas Wolf 10ab407fa6 DescribeCommand: use glob match instead of path match 5 years ago
Thomas Wolf d2600693bd Fix off-by-one error in RebaseTodoFile when reading a todo file 5 years ago
David Pursehouse 00f840dcd1 Consistently use "!isEmpty()" to detect non-empty list 5 years ago
David Pursehouse 6518d63317 NetscapeCookieFileTest: Split HttpCookiesMatcher to own class 5 years ago
David Pursehouse 9f69656748 Bazel: Add missing dependency on mockito for TransportHttpTest 5 years ago
Konrad Windszus d7bd2e700c Support reading and writing cookies. 5 years ago
Matthias Sohn fcfe1299c3 Prepare 5.3.3-SNAPSHOT builds 5 years ago
Matthias Sohn d6c7c42a1b JGit v5.3.2.201906051522-r 5 years ago
Matthias Sohn 57ccca75e6 Prepare 5.1.9-SNAPSHOT builds 5 years ago
Matthias Sohn 2fe587fcfd JGit v5.1.8.201906050907-r 5 years ago
Christian Halstrick 5f8d91fded Test detecting modified packfiles 5 years ago
Matthias Sohn 9a7d3b053a Extend FileSnapshot for packfiles to also use checksum to detect changes 5 years ago
David Pursehouse e0133b9440 Replace most usages of PacketLineIn.END with PacketLineIn.end() 5 years ago
David Pursehouse e99aaa5f79 PacketLineIn: Deprecate DELIM constant 5 years ago
David Pursehouse 7377b8dd01 Replace trivial reference comparison of PacketLineIn.{DELIM,END} 5 years ago