]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: default text charset to iso-8859-1
authorJeff King <peff@peff.net>
Thu, 22 May 2014 09:36:12 +0000 (05:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 16:59:22 +0000 (09:59 -0700)
commitc553fd1c1ef76688b6200e66a825b530b0b02140
tree47fa0f751549ddb1944bb5b9908f784bc84b760c
parentfc1b774c72990f0ff92370316412b19fd72baa77
http: default text charset to iso-8859-1

This is specified by RFC 2616 as the default if no "charset"
parameter is given.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c