Skip to content

Commit 3dce3f0

Browse files
committed
open-pr(msys2-runtime): do make sure that the necessary objects are sent
When fetching individual objects, we must make sure that the server does not think that objects reachable from local tips can be skipped. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3514912 commit 3dce3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-scripts/version/msys2-runtime

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ then
5959
fi &&
6060

6161
# pre-fetch the required blobs
62-
git --git-dir=msys2-runtime fetch g4w \
62+
git --git-dir=msys2-runtime -c fetch.negotiationAlgorithm=noop fetch g4w \
6363
$(git --git-dir=msys2-runtime -c core.abbrev=no \
6464
log --format='%n' --raw "refs/tags/cygwin-$pkgver..$revision" ^"$revision^{/^Start.the.merging-rebase}" |
6565
cut -d ' ' -f 3,4 |

0 commit comments

Comments
 (0)