From: Sergey Matveev Date: Tue, 17 Mar 2026 11:11:08 +0000 (+0300) Subject: Forgotten remove of yet another git-fsck X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=80d1489bfa34ca8576b3ae098804272f93e8a762338d3faf732a2c3364c42359;p=bass.git Forgotten remove of yet another git-fsck --- 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 {