X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-repack.sh;h=1eb3bca352f38ec3807383cc5fff7f7e62731b2b;hb=00d3278c8534a8244ae3447189401111e017fd5d;hp=0868734723b3c96144bfa9360a9e19ebae1995f7;hpb=0122cf6611f0963a7aa72592da18013c3584557e;p=git.git diff --git a/git-repack.sh b/git-repack.sh index 086873472..1eb3bca35 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -24,7 +24,7 @@ SUBDIRECTORY_OK='Yes' . git-sh-setup no_update_info= all_into_one= remove_redundant= unpack_unreachable= -local= quiet= no_reuse= extra= +local= no_reuse= extra= while test $# != 0 do case "$1" in @@ -33,7 +33,7 @@ do -A) all_into_one=t unpack_unreachable=--unpack-unreachable ;; -d) remove_redundant=t ;; - -q) quiet=-q ;; + -q) GIT_QUIET=t ;; -f) no_reuse=--no-reuse-object ;; -l) local=--local ;; --max-pack-size|--window|--window-memory|--depth) @@ -80,13 +80,11 @@ case ",$all_into_one," in ;; esac -args="$args $local $quiet $no_reuse$extra" -names=$(git pack-objects --honor-pack-keep --non-empty --all --reflog $args