Merge branch 'jk/http-errors'
commit2075a0c27fa5cf4f9f03964d407dc015c1749a7e
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:35 +0000 (16 12:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jun 2014 19:18:36 +0000 (16 12:18 -0700)
tree361c26f8579dcd888a9f4e5b54f79534a9c3b608
parentc37d3269d92eedbdf405a6f196253d120e8e2721
parentc553fd1c1ef76688b6200e66a825b530b0b02140
Merge branch 'jk/http-errors'

Propagate the error messages from the webserver better to the
client coming over the HTTP transport.

* jk/http-errors:
  http: default text charset to iso-8859-1
  remote-curl: reencode http error messages
  strbuf: add strbuf_reencode helper
  http: optionally extract charset parameter from content-type
  http: extract type/subtype portion of content-type
  t5550: test display of remote http error messages
  t/lib-httpd: use write_script to copy CGI scripts
  test-lib: preserve GIT_CURL_VERBOSE from the environment
Documentation/technical/api-strbuf.txt
strbuf.c
strbuf.h
t/lib-httpd.sh