--- git-clone.sh.orig 2007-02-15 19:03:51.000000000 +0200 +++ git-clone.sh 2007-02-15 19:04:06.000000000 +0200 @@ -59,7 +59,7 @@ else tname=$name fi - git-http-fetch -v -a -w "$tname" "$name" "$1/" || exit 1 + git-http-fetch -a -w "$tname" "$name" "$1/" || exit 1 done <"$clone_tmp/refs" rm -fr "$clone_tmp" http_fetch "$1/HEAD" "$GIT_DIR/REMOTE_HEAD" ||