X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-repack.sh;h=f34720701b0a666823bcde0da3d5b67cd2b54d9e;hb=9add69b1b1f76db874ed899c46fbe0b252aa3c23;hp=4ce00225da2c9181f2c69ded6c07ba0111a01584;hpb=9bc0f32c77b755b8d77d215cc47fafff53cad6f5;p=git.git diff --git a/git-repack.sh b/git-repack.sh index 4ce00225..f3472070 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -45,7 +45,7 @@ if [ -z "$name" ]; then if test "$remove_redandant" = t ; then echo "Removing redundant packs." sync - redundant=$(git-pack-redundant -a) + redundant=$(git-pack-redundant --all) if test "$redundant" != "" ; then echo $redundant | xargs rm fi @@ -63,7 +63,7 @@ exit if test "$remove_redandant" = t then sync - redundant=$(git-pack-redundant -a) + redundant=$(git-pack-redundant --all) if test "$redundant" != "" ; then echo $redundant | xargs rm fi