]> Sergey Matveev's repositories - bass.git/commitdiff
Forgotten remove of yet another git-fsck
authorSergey Matveev <stargrave@stargrave.org>
Tue, 17 Mar 2026 11:11:08 +0000 (14:11 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 17 Mar 2026 11:11:08 +0000 (14:11 +0300)
build/distfiles/lib/git-with-submodules-to-tarball

index 865472b0be9326594f49f106a66ad1bdb5b724c80d9876d3013644160d415c6f..a7683f50696afd80a4bcc1e2ed9779e853a79c12ae88018a8bc3213ed79028b8 100755 (executable)
@@ -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
 {