Merge branch 'jk/http-auth' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Mar 2017 21:50:13 +0000 (13:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Mar 2017 21:50:13 +0000 (13:50 -0800)
commit87f81b43953fc1851fa2a549d60c3349bd5927ad
treeee3e6689ad291afc7a2be439eba9fba1e6f751c3
parent32c0e6ad883c3a31dcfb66436f9966c2fa883f77
parent40a18fc77ca3ba1b018f0fbdcbdf4a6d237aadf3
Merge branch 'jk/http-auth' into next

Reduce authentication round-trip over HTTP when the server supports
just a single authentication method.

* jk/http-auth:
  http: add an "auto" mode for http.emptyauth
  http: restrict auth methods to what the server advertises
http.c