Merge branch 'bc/http-empty-auth'
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2016 21:25:57 +0000 (13:25 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2016 21:25:57 +0000 (13:25 -0800)
commit65ba75ba7daae3298139f18cf866a23d01f4dd48
tree9b2dfd15024eb48e2bdbce57cacfeb118de75820
parent97c49af6a7c30ca8bf7183bdac8345ca3f8abe56
parent121061f67fd47aed5b2f3a7deb82af15215636bd
Merge branch 'bc/http-empty-auth'

Some authentication methods do not need username or password, but
libcurl needs some hint that it needs to perform authentication.
Supplying an empty username and password string is a valid way to
do so, but you can set the http.[<url>.]emptyAuth configuration
variable to achieve the same, if you find it cleaner.

* bc/http-empty-auth:
  http: add option to try authentication without username
Documentation/config.txt
http.c