X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-clone-dumb-http;h=50527086a09944c94a0d00b2b8eaf9cb8afaf5fb;hb=90a734dc7f37a7bd1f3beec4d33acad559360f6c;hp=8203c67626f45b2c9363b5e5b7bc47df5647490f;hpb=3f81fc82743ccd4fd7157f1f1db41605eb018fb9;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" &&