Use log output encoding in --pretty=email headers.
commitf7e68b2967182f14547125d1369f37ad4d83187e
authorJunio C Hamano <junkio@cox.net>
Sat, 13 Jan 2007 01:32:38 +0000 (12 17:32 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 13 Jan 2007 18:10:20 +0000 (13 10:10 -0800)
tree6eeb839b9c8379f34bdcbf35c7d9ff2053c849b8
parentc03f77573ac4db7f549948c4c0de4fa3c9eb545c
Use log output encoding in --pretty=email headers.

Private functions add_rfc2047() and pretty_print_commit() assumed
they are only emitting UTF-8.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c