File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
# `updpkgsums` requires the bare clone `msys2-runtime` to exist
27
27
git init --bare msys2-runtime &&
28
28
git --git-dir=msys2-runtime config remote.origin.url https://github.com/cygwin/cygwin &&
29
- git --git-dir=msys2-runtime fetch --tags https://github.com/cygwin/cygwin &&
29
+ # pretend to be a partial clone
30
+ git --git-dir=msys2-runtime config remote.origin.promisor true &&
31
+ git --git-dir=msys2-runtime config remote.origin.partialCloneFilter blob:none &&
32
+ git --git-dir=msys2-runtime config remote.origin.fetch ' refs/tags/cygwin-*:refs/tags/cygwin-*' &&
33
+ git --git-dir=msys2-runtime fetch origin &&
30
34
31
35
git clone --bare msys2-runtime src/msys2-runtime &&
32
36
git --git-dir=src/msys2-runtime config remote.origin.url https://github.com/git-for-windows/msys2-runtime &&
You can’t perform that action at this time.
0 commit comments