5461 Commits (06a90fdf2e593897c20dae66081e903e4b1b7574)

Author SHA1 Message Date
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
Jonathan Tan 79d776429e Support "sideband-all" in protocol v2 fetch 5 years ago
Jonathan Tan c1ed69de4a UploadPack: remove pckOut instance field 5 years ago
Ivan Frade 848d9f0d71 TreeRevFilter: Refresh code to latest coding standards 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
Michael Keppler 3f41bd9d2f Fix typos in Javadoc 5 years ago
Thomas Wolf 758124fa9c Correct @since in RevWalk for the --first-parent methods 5 years ago
Matthias Sohn 850b9d7540 Timeout measuring file timestamp resolution after 2 seconds 5 years ago
Masaya Suzuki 3091dc4348 Move ServiceMayNotContinueException handling code from sendPack 5 years ago
Masaya Suzuki f8267c9edb Move exception handling code to the caller 5 years ago
Masaya Suzuki ca360ea2b5 Do not ignore secondary failure 5 years ago
Dave Borowitz 4973f05252 RevWalk: Add a setFirstParent that mimics C git's --first-parent 5 years ago
Jonathan Tan cbccfed4b3 UploadPack: support lazy fetches if no bitmap 5 years ago
David Pursehouse dad9e1ff95 GlobalBundleCache: Fix ClassNewInstance warning from Error Prone 5 years ago
Michael Keppler 4b0c192f2d Fix bundle localization of Apache SSH bundle 5 years ago
David Pursehouse 99a5fa2283 IncorrectObjectTypeException: Fix typos in constructors' Javadoc 5 years ago
René Scheibe 8f9697b4c1 Fix "reset -hard" bug that folders could not be deleted 5 years ago
René Scheibe b4edf9ec14 Fix "reset -hard" bug that folders could not be created 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 Ostrovsky 7607465006 [Java 11] Remove dependency on javax.xml.bind package 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
Matthias Sohn 395e072a34 Delete unused API problem filters 5 years ago
Pavel Flaška e456fba8ac Walk tag chains for --include-tag options 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 16fd3feefc Prepare 5.5.0-SNAPSHOT builds 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