From 80d1489bfa34ca8576b3ae098804272f93e8a762338d3faf732a2c3364c42359 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 17 Mar 2026 14:11:08 +0300 Subject: [PATCH] Forgotten remove of yet another git-fsck --- build/distfiles/lib/git-with-submodules-to-tarball | 1 - 1 file changed, 1 deletion(-) diff --git a/build/distfiles/lib/git-with-submodules-to-tarball b/build/distfiles/lib/git-with-submodules-to-tarball index 865472b..a7683f5 100755 --- a/build/distfiles/lib/git-with-submodules-to-tarball +++ b/build/distfiles/lib/git-with-submodules-to-tarball @@ -16,7 +16,6 @@ prefix=$4 git clone --depth 1 $url "$DISTFILES"/repo/$name >&2 cd "$DISTFILES"/repo/$name git cat-file -e $commit || git fetch origin $commit >&2 -git fsck $commit >&2 git checkout --force $commit >&2 git submodule update --init --recursive >&2 { -- 2.52.0