Merge branch 'bc/http-fallback-to-password-after-krb-fails'
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:41:55 +0000 (13:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:41:55 +0000 (13:41 -0800)
After attempting and failing a password-less authentication
(e.g. kerberos), libcURL refuses to fall back to password based
Basic authentication without a bit of help/encouragement.

* bc/http-fallback-to-password-after-krb-fails:
remote-curl: fall back to Basic auth if Negotiate fails

Trivial merge