]> source.dussan.org Git - jgit.git/commit
Merge branch 'stable-6.3' into stable-6.4 87/199687/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 1 Feb 2023 00:12:06 +0000 (01:12 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 1 Feb 2023 00:12:06 +0000 (01:12 +0100)
commitef010db59435522e235d628e8abdd3056f37bef0
tree42229345a031775ef221843c439f83375d37396d
parent14300dd77be08d8ef8427282164c9d5f7804177b
parent82e1362e07c5811af2f67d6d9d5ec626febfcf2c
Merge branch 'stable-6.3' into stable-6.4

* stable-6.3:
  Shortcut during git fetch for avoiding looping through all local refs
  FetchCommand: fix fetchSubmodules to work on a Ref to a blob
  Silence API warnings introduced by I466dcde6
  Allow the exclusions of refs prefixes from bitmap
  PackWriterBitmapPreparer: do not include annotated tags in bitmap
  BatchingProgressMonitor: avoid int overflow when computing percentage
  Speedup GC listing objects referenced from reflogs
  FileSnapshotTest: Add more MISSING_FILE coverage

Change-Id: Iefcf5d832bd0087c1027876f2200689e1150abce
org.eclipse.jgit/src/org/eclipse/jgit/api/FetchCommand.java