X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=gc-and-repack;h=393ca28bc0e4451799c700650ead2a6fe2d03134;hb=2c654e316392a8b3523ea0495902372d54548e1c;hp=ff1633817750c1b347b851dc649876fe3a6f87ff;hpb=262b6878a0cdf41c1429389cce6940cec177e262;p=git-scripts.git diff --git a/gc-and-repack b/gc-and-repack index ff16338..393ca28 100755 --- a/gc-and-repack +++ b/gc-and-repack @@ -5,6 +5,6 @@ for d in `"$prog_dir"/ls-not-packed` do echo "----- $d -----" && cd "$d" && git gc --aggressive && - git repack -a -d -f --depth=250 --window=250 && + git repack -a -d -f --depth=20 --window=250 && git fsck --strict || exit 1 done