Merge branch 'jk/http-auth'
commit92718f57c2e18e69bc7ae3ed18c7157c475e17a9
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:23 +0000 (10 13:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Mar 2017 21:24:23 +0000 (10 13:24 -0800)
treee36c53ecc0f9a00b1b73a389f8d5e2f314a095f4
parentea1e784c4739ff35b05a4ddc959482eb00ef48d6
parent40a18fc77ca3ba1b018f0fbdcbdf4a6d237aadf3
Merge branch 'jk/http-auth'

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