]> Sergey Matveev's repositories - bass.git/commitdiff
fsck is too slow
authorSergey Matveev <stargrave@stargrave.org>
Thu, 12 Mar 2026 08:09:56 +0000 (11:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 12 Mar 2026 08:09:56 +0000 (11:09 +0300)
build/distfiles/utils/git-to-tarball

index 317016dc96699c7c187c409c262cfee5d12f0dd73b82546e869586f83b22bfc5..a008a5c550485277eb585f2cf9ed86bda718b0e61eb44d9c27b14e68a16d3fcb 100755 (executable)
@@ -15,5 +15,4 @@ prefix=$4
 git clone --depth 1 --bare $url "$DISTFILES"/repo/$name.git >&2
 cd "$DISTFILES"/repo/$name.git
 git cat-file -e $commit || git fetch origin $commit >&2
-git fsck $commit >&2
 git archive --prefix=$prefix/ $commit | $COMPRESSOR