Skip to content

Commit

Permalink
open-pr(msys2-runtime): do make sure that the necessary objects are sent
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho committed Jan 24, 2025
1 parent 3514912 commit 3dce3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-scripts/version/msys2-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
fi &&

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

0 comments on commit 3dce3f0

Please sign in to comment.