]> git.phdru.name Git - git-scripts.git/blobdiff - repack-not-packed
Add option -f to git repack
[git-scripts.git] / repack-not-packed
index 28683a1f0afd70fc406b5d07e4052db6d72cbdbe..ff1633817750c1b347b851dc649876fe3a6f87ff 100755 (executable)
@@ -5,6 +5,6 @@ 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=250 --window=250 &&
    git fsck --strict || exit 1
 done