Merge branch 'jk/http-error-messages'
commitf4f6a75329a386ac5792448b799cd0a30950a8df
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 19:40:46 +0000 (15 12:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 19:40:46 +0000 (15 12:40 -0700)
treeab401707bc4eb64394eeb40e4b35ed73be7c1a26
parentd809d050ffe332cdd91281ad6b01e8363e417ec8
parent4df13f69e9facbd09a2b06478e8c40082cda7ce6
Merge branch 'jk/http-error-messages'

Improve error reporting from the http transfer clients.

* jk/http-error-messages:
  http: drop http_error function
  remote-curl: die directly with http error messages
  http: re-word http error message
  http: simplify http_error helper function
  remote-curl: consistently report repo url for http errors
  remote-curl: always show friendlier 404 message
  remote-curl: let servers override http 404 advice
  remote-curl: show server content on http errors
  http: add HTTP_KEEP_ERROR option