Refactor handling of error_string in receive-pack
[gitweb.git] / git-clone.sh
index 86890ea1f4b0813e9aa7ec45e31659b35defcf9c..de51983584bb0fd015ed75704b72bec8fdb55430 100755 (executable)
@@ -395,7 +395,7 @@ then
 
        case "$no_checkout" in
        '')
-               test "z$quiet" = z && v=-v || v=
+               test "z$quiet" = z -a "z$no_progress" = z && v=-v || v=
                git-read-tree -m -u $v HEAD HEAD
        esac
 fi