X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=repack-not-packed;h=995613b9eda354bf608d4806726e0aa1aa113e6f;hb=f7e88cf0e98ed852def4625211fd6f21799d7129;hp=28683a1f0afd70fc406b5d07e4052db6d72cbdbe;hpb=51d76a24a0136fe85b90361f2f8b68bc17860075;p=git-scripts.git diff --git a/repack-not-packed b/repack-not-packed index 28683a1..995613b 100755 --- a/repack-not-packed +++ b/repack-not-packed @@ -4,7 +4,6 @@ prog_dir=`dirname "$0"` for d in `"$prog_dir"/ls-not-packed` do echo "----- $d -----" && cd "$d" && - git gc --aggressive && - git repack -a -d --depth=250 --window=250 && + git repack -a -d -f --depth=20 --window=250 && git fsck --strict || exit 1 done