3497 Commits (6a65c9a7debda47772f0d5b17dc8d2dd8e954539)

Author SHA1 Message Date
  Dave Borowitz 45da0fc6f7 RefDirectory: Add in-process fair lock for atomic updates 7 years ago
  Dave Borowitz 6f23210781 RefDirectory: Retry acquiring ref locks with backoff 7 years ago
  Christian Halstrick da0770fdec Fix committing empty commits 7 years ago
  Zhen Chen b0695e5b7b Add commit check for head references 7 years ago
  Zhen Chen 673acfc6bd Add connectivity check from references 7 years ago
  Zhen Chen 2c2999643f Add dfs fsck implementation 7 years ago
  Dave Borowitz 104107bf43 Support overriding a batch's reflog on a per-ReceiveCommand basis 7 years ago
  Dave Borowitz a1e11461cc BatchRefUpdate: Expand javadocs and add @Nullable 7 years ago
  Dave Borowitz 22e9106224 PackedBatchRefUpdate: Write reflogs 7 years ago
  Dave Borowitz dbb137e0f3 Extract constants for reflog entry message prefixes 7 years ago
  Dave Borowitz 26962861d4 Implement atomic BatchRefUpdates for RefDirectory 7 years ago
  Dave Borowitz cf9e3fad52 Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON} 7 years ago
  David Pursehouse 4940ea14b7 Add missing newlines at ends of Java files 7 years ago
  Joan Goyeau 826e22e7cc Fix JGit set core.fileMode to false by default instead of true for non Windows OS. 7 years ago
  Dmitry Pavlenko 843e444561 Fix matching ignores and attributes pattern of form a/b/**. 7 years ago
  Changcheng Xiao 1baf86d4d2 Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable 7 years ago
  Shawn Pearce d4cfa95ba3 dfs: optionally store blockSize in DfsPackDescription 7 years ago
  Shawn Pearce f414f7de1f dfs: Fix DataFormatException: 0 bytes to inflate 7 years ago
  Shawn Pearce da0a7c1f3c dfs: actually allow current DfsBlock to GC 7 years ago
  Shawn Pearce a6afed9bb8 dfs: Fix incorrect use of reference == for DfsStreamKey 7 years ago
  Shawn Pearce 8d27c480df dfs: Fix build break caused by DfsStreamKey.of signature change 7 years ago
  Shawn Pearce e6d9ae058b dfs: only create DfsPackFile if description has PACK 7 years ago
  Shawn Pearce 4321ccd468 dfs: Fix default DfsStreamKey to include DfsRepositoryDescription 7 years ago
  Shawn Pearce 90a957c947 dfs: Shrink DfsPackDescription.sizeMap storage 7 years ago
  Shawn Pearce da7671fcd5 dfs: Fix caching of index, bitmap index, reverse index 7 years ago
  Shawn Pearce b1bdeeb0ee dfs: Use special ForReverseIndex DfsStreamKey wrapper instead of derive 7 years ago
  Shawn Pearce 07f98a8b71 Derive DfsStreamKey from DfsPackDescription 7 years ago
  Dave Borowitz f529fa6729 Fix deleting symrefs 7 years ago
  Dave Borowitz 9c33f7364d RefDirectory: Throw exception if CAS of packed ref list fails 7 years ago
  Dave Borowitz 21ec281f3e ReceiveCommand: Explicitly check constructor preconditions 7 years ago
  Dave Borowitz 00a72e22e6 BatchRefUpdate: Document when getPushOptions is null 7 years ago
  Shawn Pearce 84c71ac933 Extract BlockBasedFile base class for DfsPackFile 7 years ago
  Shawn Pearce 8c566be72f Use separate DfsStreamKey for PackIndex 7 years ago
  Shawn Pearce e924de5295 Rename DfsPackKey to DfsStreamKey 7 years ago
  Matthias Sohn dfb9884dbc Add missing @since 4.9 for new API PackParser.setExpectedObjectCount() 7 years ago
  Zhen Chen abe2a87cb3 Make possible to overwrite the object count 7 years ago
  Dave Borowitz 40748e8303 RefList: Support capacity <= 0 on new builders 7 years ago
  Dave Borowitz e08fa5afcd Short-circuit writing packed-refs if no refs were packed 7 years ago
  Dave Borowitz 28adcce862 BatchRefUpdate: Clarify some ref prefix calls 7 years ago
  Shawn Pearce 5fdbcc1081 Use read ahead during copyPackThroughCache 7 years ago
  Mathieu Cartaud f7e233e450 Support -merge attribute in binary macro 7 years ago
  David Turner 695e38a83b Add a test for parsing fsck config options and expose FsckMode enum 7 years ago
  Oliver Lockwood 060f3699d4 Fix bug in multiple tag handling on DescribeCommand 7 years ago
  Oliver Lockwood af0867cb86 Support --match functionality in DescribeCommand 7 years ago
  Matthias Sohn df638e0cfc Allow to programmatically set FastForwardMode for PullCommand 7 years ago
  Mattias Neuling 0d447b1660 Add support for config "pull.ff 8 years ago
  David Pursehouse b4a46b5ed0 Fetch/PullCommand: Improve Javadoc of setRecurseSubmodules 7 years ago
  Matthias Sohn a45b045c73 Improve javadoc for MergeCommand.setFastForward() 7 years ago
  Terry Parker 8dd53135cb Add a new singlePack option to PackConfig 7 years ago
  Matthias Sohn 18ae9bb57d Allow to use an external ExecutorService for background auto-gc 7 years ago