Merge branch 'jk/http-auth' into next
commit2ff00537dc6657ae7fc24f2a1b883a589d66cc1e
authorJunio C Hamano <gitster@pobox.com>
Sun, 16 Oct 2011 04:25:42 +0000 (15 21:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Oct 2011 04:25:42 +0000 (15 21:25 -0700)
tree0fa6cc7930464265853913c0e3bac347dd3d05b2
parent415cf53e710b2ff44d485e253bb35a1ca5dff636
parentdeba49377b717d1e26c342f65c7f5e75a2db8641
Merge branch 'jk/http-auth' into next

* jk/http-auth:
  http_init: accept separate URL parameter
  http: use hostname in credential description
  http: retry authentication failures for all http requests
  remote-curl: don't retry auth failures with dumb protocol
  improve httpd auth tests
  url: decode buffers that are not NUL-terminated
http-fetch.c
http-push.c
http.c
remote-curl.c
url.c