From: Kristian Høgsberg Date: Fri, 1 Jun 2007 21:08:12 +0000 (-0400) Subject: Use =20 when rfc2047 encoding spaces. X-Git-Tag: v1.5.2.1~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/996e2d6ea2626f55a59e70ac7305a02ce0171814?hp=996e2d6ea2626f55a59e70ac7305a02ce0171814 Use =20 when rfc2047 encoding spaces. Encode ' ' using '=20' even though rfc2047 allows using '_' for readability. Unfortunately, many programs do not understand this and just leave the underscore in place. Using '=20' seems to work better. [jc: with adjustment to t3901] Signed-off-by: Kristian Høgsberg Signed-off-by: Junio C Hamano ---