5015 Commits (a52b331d7158dc542944b4c5694d1e34e840f122)

Author SHA1 Message Date
Matthias Sohn a52b331d71 Fix formatting and add missing braces in Repository#stripWorkDir 5 years ago
Matthias Sohn 400bfd6665 Repository: fix reference comparison of Files 5 years ago
David Pursehouse 6370098e54 MergeAlgorithm: Suppress Error Prone warning about reference equality 5 years ago
David Pursehouse 72ae089206 Fix NarrowingCompoundAssignment warnings from Error Prone 5 years ago
Thomas Wolf aefb11298c FS_POSIX: handle Files.getFileStore() failures 5 years ago
Han-Wen Nienhuys e60b9e1879 FileSnapshot: fix bug with timestamp thresholding 5 years ago
Matthias Sohn 3b368d5578 In LockFile#waitForStatChange wait in units of file time resolution 5 years ago
Matthias Sohn 6857138e19 Cache FileStoreAttributeCache per directory 5 years ago
Matthias Sohn 275f3da783 Fix FileSnapshot#save(long) and FileSnapshot#save(Instant) 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 d17efe880d Fix FileAttributeCache.toString() 5 years ago
Matthias Sohn 130aa31262 Add test for racy git detection in FileSnapshot 5 years ago
Matthias Sohn 99d351d0cb Measure stored timestamp resolution instead of time to touch file 5 years ago
Matthias Sohn 37f7679fc9 Handle CancellationException in FileStoreAttributeCache 5 years ago
Matthias Sohn 72d6e304b8 Fix FileSnapshot#saveNoConfig 5 years ago
Matthias Sohn d8d9427277 Use Instant for smudge time in DirCache and DirCacheEntry 5 years ago
Matthias Sohn 95e8264cc8 Use Instant instead of milliseconds for filesystem timestamp handling 5 years ago
Matthias Sohn 4db39f5074 Workaround SecurityException in FS#getFsTimestampResolution 5 years ago
Matthias Sohn 79ede0c322 Fix NPE in FS$FileStoreAttributeCache.getFsTimestampResolution 5 years ago
Matthias Sohn be66222d1a FS: ignore AccessDeniedException when measuring timestamp resolution 5 years ago
Matthias Sohn 09fec1a102 Add debug trace for FileSnapshot 5 years ago
Matthias Sohn 8a0ed8a004 Use FileChannel.open to touch file and set mtime to now 5 years ago
Matthias Sohn 16760c3e9a Persist filesystem timestamp resolution and allow manual configuration 5 years ago
Matthias Sohn 121c957405 Add support for nanoseconds and microseconds for Config#getTimeUnit 5 years ago
Matthias Sohn a950eac23b Optionally measure filesystem timestamp resolution asynchronously 5 years ago
Han-Wen Nienhuys 84e6c24e58 FileSnapshot#equals: consider UNKNOWN_SIZE 5 years ago
Matthias Sohn 850b9d7540 Timeout measuring file timestamp resolution after 2 seconds 5 years ago
David Pursehouse dad9e1ff95 GlobalBundleCache: Fix ClassNewInstance warning from Error Prone 5 years ago
David Pursehouse 99a5fa2283 IncorrectObjectTypeException: Fix typos in constructors' Javadoc 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 430be89307 Error Prone: Increase severity of NonOverridingEquals to ERROR 5 years ago
David Pursehouse 383fe1e467 GitDateParser#ParseableSimpleDateFormat: Make formatStr private final 5 years ago
David Pursehouse 9e499dad6d PacketLineIn: Suppress comparison warnings for END and DELIM 5 years ago
David Pursehouse 50c0275aba FileSnapshot#toString: Suppress ReferenceEquality warnings 5 years ago
Matthias Sohn f6c989665e Fix API problem filters 5 years ago
Ivan Frade 67b7771708 NetscapeCookieFile: Make hash static and group overloaded write 5 years ago
Ivan Frade 83b0efbae6 NetscapeCookieFile: Javadoc fixes 5 years ago
Ivan Frade 96bd5ad8a3 Config: Handle reference-equality warning (and empty javadoc) 5 years ago
David Pursehouse 0f9063941c ObjectWalk: Prefer boolean operators over logical operators in comparisons 5 years ago
David Pursehouse 2eeabde94a BasePackFetchConnection: Prefer boolean operators over logical operators in comparisons 5 years ago
David Pursehouse 858736df37 PackWriter: Prefer boolean operators over logical operators in comparisons 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
David Pursehouse 0f4554f126 Increase severity of OperatorPrecedence to ERROR, and fix instances 5 years ago
Thomas Wolf 1cfcde4853 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex() 5 years ago