X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone-dumb-http;h=50527086a09944c94a0d00b2b8eaf9cb8afaf5fb;hb=1efdd27f54e42746c23944cfe77e568673b2a0fa;hp=8203c67626f45b2c9363b5e5b7bc47df5647490f;hpb=d59a6043a8a7aed97c684fb4f14fe5221df1fcaf;p=git.git diff --git a/git-clone-dumb-http b/git-clone-dumb-http index 8203c676..50527086 100755 --- a/git-clone-dumb-http +++ b/git-clone-dumb-http @@ -14,7 +14,7 @@ if [ -n "$GIT_SSL_NO_VERIFY" ]; then fi http_fetch () { # $1 = Remote, $2 = Local - curl -ns $curl_extra_args "$1" >"$2" + curl -nsf $curl_extra_args "$1" >"$2" } cd "$D" &&