4733 Commits (70e250c3564cd9a17479fecc0d58d1700806c056)

Author SHA1 Message Date
  David Pursehouse a6bdcace30 ReceivePack: Reduce visibility of methods 4 years ago
  Thomas Wolf cb85f7be8b TopoSortGenerator: simplify first-parent handling 4 years ago
  Thomas Wolf 1daf6f13aa RewriteGenerator: avoid adding null parent 4 years ago
  Thomas Wolf 345e2648df DiffFormatter: support core.quotePath = false 4 years ago
  Thomas Wolf a227dc3ba0 IndexDiff/SubmoduleWalk: make the RepositoryBuilder configurable 4 years ago
  Thomas Wolf 7a3b93cbed IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctly 4 years ago
  Matthias Sohn 63fc6970cc Suppress the API errors introduced by 3e9a5f99 4 years ago
  David Pursehouse 57bb09ade9 ReceivePack: Remove unused getLockMessageProcessName method 4 years ago
  David Pursehouse b89e5ecc9f ReceivePack: Remove unnecessary ReceivePack. prefix on static call 4 years ago
  Masaya Suzuki 3e9a5f993b transport: Merge BaseReceivePack into ReceivePack 4 years ago
  Han-Wen Nienhuys 74bfec4112 Move KetchSystem.delay to FileUtils. 4 years ago
  David Pursehouse fd798d326e BaseReceivePack: Add hasReceivedPack method 4 years ago
  Thomas Wolf 22e153177c Fix NPE in SystemReader in tests 4 years ago
  Masaya Suzuki ca800b55c8 BaseReceivePack: Fix the format 4 years ago
  Matthias Sohn e102bbed99 Prepend hostname to subsection used to store file timestamp resolution 4 years ago
  Matthias Sohn 838b5a84b5 Store filesystem timestamp resolution in extra jgit config 4 years ago
  Thomas Wolf ffe74210d6 SystemReader: extract updating config and its parents if outdated 4 years ago
  Thomas Wolf e8c3619063 DirCacheCheckout: don't use deprecated method 4 years ago
  Thomas Wolf 64f2407f19 WorkingTreeModifiedEvent: must be fired explicitly after merge 4 years ago
  Han-Wen Nienhuys 7c75a68b96 reftable: enforce ascending order in sortAndWriteRefs 4 years ago
  Thomas Wolf b7d1eb4185 HttpSupport.proxyFor(): use only scheme, host, and port 4 years ago
  Matthias Sohn 5625f70d25 [errorprone] Don't throw exception in finally 4 years ago
  Matthias Sohn 6ba8f37ab7 [errorprone] Add parenthesis to clarify operator precedence 4 years ago
  Thomas Wolf 6a39da37fe GPG: implement more OpenPGP UserId matching formats 4 years ago
  Han-Wen Nienhuys e4fd171da2 reftable: remove assert calls 4 years ago
  Roan Hofland 0902e060f7
GpgKeyLocator: Return a signing key for a user instead of the master key 4 years ago
  Roan Hofland 68b8317a09
GpgKeyLocator: Return subkeys instead of the first key for subkeys 4 years ago
  Thomas Wolf 385b503ae8 Support for core.hooksPath 4 years ago
  Matthias Sohn 6216b0de8a Implement mirror option in CloneCommand 4 years ago
  David Pursehouse 98cdca9b5a Enable and fix "Statement unnecessarily nested within else clause" warnings 4 years ago
  Han-Wen Nienhuys 2b1e942729 reftable: split off generic code from DFS code 4 years ago
  Han-Wen Nienhuys 218bacdc1f reftable: fix lookup by ID in merged reftables 4 years ago
  Ivan Frade 914e320ac6 ProtocolV2Parser: Introduce advertise sideband-all option 4 years ago
  Thomas Wolf 36e16435be IndexDiff: close SubmoduleWalk and use already loaded DirCache 4 years ago
  David Pursehouse bca00aa5f4 DfsPackFile: Remove unused parameter from loadReverseIdx method 4 years ago
  Matthias Sohn 71bd70e67f Add missing @since tag to UploadPack#uploadWithExceptionPropagation 4 years ago
  Ivan Frade 10b1b490a6 CachedPackUriProvider: size should be a long (not an int) 4 years ago
  Ivan Frade a307c88714 PackWriter/Statistics: Report offloaded size 4 years ago
  Ivan Frade 892c804699 CachedPackUriProvider: Add size to the pack information 4 years ago
  Masaya Suzuki b8d9734c02 UploadPack: Create a method that propagates an exception as-is 4 years ago
  Masaya Suzuki 1e3a7bcef7 UploadPack: Consolidate the sideband handling code to one place 4 years ago
  Masaya Suzuki 63bd24cf35 UploadPack: Introduce ErrorWriter 4 years ago
  David Pursehouse 7192d9aecd ProtocolV2Parser: Add missing $NON-NLS suppression 4 years ago
  Thomas Wolf b87f1259d6 Fix parsing of core.logAllRefUpdates 4 years ago
  Minh Thai 8dc0cca308 Fix NPE in DfsPackCompactor.compactReftables 4 years ago
  Han-Wen Nienhuys a358d0c53b reftable: move AutoCloseable to ReftableReader 4 years ago
  Saša Živkov 3d8649ddef Do not rely on ArrayIndexOutOfBoundsException to detect end of input 4 years ago
  Matthias Sohn e7a48bce3f Add missing braces in CherryPickCommand 4 years ago
  Matthias Sohn cda3b2b492 Fire WorkingTreeModifiedEvent if cherry-pick failed with conflicts 4 years ago
  Han-Wen Nienhuys e5880d9531 reftable: pass OutputStream at construction time 4 years ago