Use =20 when rfc2047 encoding spaces.
authorKristian Høgsberg <hoegsberg@gmail.com>
Fri, 1 Jun 2007 21:08:12 +0000 (17:08 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 2 Jun 2007 19:00:26 +0000 (12:00 -0700)
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 <hoegsberg@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found