201 Commits (v5.12.0.202106021050-rc1)

Author SHA1 Message Date
  Thomas Wolf 0fe794a433 ApplyCommand: add a stream to apply a delta patch 3 years ago
  Thomas Wolf 2eb54afe6a ApplyCommand: add streams to read/write binary patch hunks 3 years ago
  Thomas Wolf 501fc0dadd ApplyCommand: add a base-85 codec 3 years ago
  Thomas Wolf 91ddc0e284 IO: fix IO.readFully(InputStream, byte[], int) 3 years ago
  Thomas Wolf 84dbc2d431 TemporaryBuffer: fix toByteArray(limit) 3 years ago
  Thomas Wolf efd1cc05af Keep line endings for text files committed with CR/LF on text=auto 3 years ago
  Matthias Sohn fed5b2e6fb Remove unused imports 3 years ago
  Alexander Nittka bc4ed530a5 FileUtils: improve delete (Windows) 4 years ago
  Thomas Wolf 2640d38f14 FS.runInShell(): handle quoted filters and hooksPath containing blanks 4 years ago
  Michael Dardis d7f304045a Add validation to hex decoder 4 years ago
  Michael Dardis 67b9effc65 Remove use of org.bouncycastle.util.encoders.Hex 4 years ago
  Michael Dardis 4055522359 Remove use of org.bouncycastle.util.io.TeeOutputStream 4 years ago
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  Andrey Loskutov 5f53de2bf1 Removed unused imports 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn 8ada9048c5 Replace ExpectedException which was deprecated in junit 4.13 4 years ago
  Matthias Sohn c49c0f9912 Replace deprecated junit assertion methods with hamcrest 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Matthias Sohn 3d4c95293c [spotbugs] Fix potential NPE in FSTest 4 years ago
  Thomas Wolf 345e2648df DiffFormatter: support core.quotePath = false 4 years ago
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4 years ago
  Thomas Wolf b7d1eb4185 HttpSupport.proxyFor(): use only scheme, host, and port 4 years ago
  Thomas Wolf 385b503ae8 Support for core.hooksPath 4 years ago
  Matthias Sohn af0296b42c Return a new instance from openSystemConfig and openUserConfig 4 years ago
  Matthias Sohn f383206ace Cache user global and system-wide git configurations 4 years ago
  Matthias Sohn 69ce7fc7fb Ensure FSTest uses MockSystemReader 4 years ago
  Vishal Devgire 9b4a55c0b6 Make supportsAtomicCreateNewFile return true as default 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 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 3690f47b57 [Java 9] Fix GitDateFormatterTest 5 years ago
  David Pursehouse 6d0168a414 Make inner classes static where possible 5 years ago
  David Pursehouse 6518d63317 NetscapeCookieFileTest: Split HttpCookiesMatcher to own class 5 years ago
  Konrad Windszus d7bd2e700c Support reading and writing cookies. 5 years ago
  Matthias Sohn 22352e4751 Remove excess blank line in FileUtilsTest 5 years ago
  Matthias Sohn b513b77477 Measure file timestamp resolution used in FileSnapshot 5 years ago
  Thomas Wolf 8277f62897 Revert 4678f4b and provide another solution for bug 467631 5 years ago
  Masaya Suzuki 47e37b0fa4 Use RefMap instead of HashMap 5 years ago
  David Pursehouse 95d74f22fb TemporaryBufferTest: Open TemporaryBuffer in try-with-resource 5 years ago
  David Pursehouse ecd16a7906 UnionInputStreamTest: Open UnionInputStream in try-with-resource 5 years ago
  Masaya Suzuki d4a21a76ff Skip some tests when the runtime cannot handle Unicode file paths 5 years ago
  Thomas Wolf 9c755c9e7c Set git environment variables for hooks 5 years ago
  Thomas Wolf 4678f4b735 Fix IndexDiffs for git links 5 years ago
  Thomas Wolf f974c9c790 Undo treating blobs with NULs as a single line 5 years ago
  David Pursehouse abefc00ac5 UnionInputStreamTest: Suppress ErrorProne warning about missing synchronized 5 years ago
  David Pursehouse 65d6bb073a Override int read(byte[], int, int) on test instances of InputStream 5 years ago
  David Pursehouse 0b292b9085 BlockListTest: Add missing calls to fail() 5 years ago