Merge branch 'bc/http-fallback-to-password-after-krb-fails'
commit1c4ebbc3ad25943c231db14e7e4fd757590fbfa9
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:41:55 +0000 (11 13:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Feb 2015 21:41:55 +0000 (11 13:41 -0800)
tree943511b7ea0e8ccebf0c14d8073822cbf5a83c63
parent35d28f32e6492eb447bd271f40a5f0d53de4c46b
parent4dbe66464b4fd695c5989cc272fa0edd6475037c
Merge branch 'bc/http-fallback-to-password-after-krb-fails'

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