]> git.ipfire.org Git - thirdparty/git.git/commit - mailinfo.c
mailinfo: Use i18n.commitencoding
authorJunio C Hamano <junkio@cox.net>
Mon, 28 Nov 2005 00:29:38 +0000 (16:29 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Nov 2005 00:29:38 +0000 (16:29 -0800)
commitf1f909e3185b5ee366e198042447afe749bfc813
treec64901fa1a7f5fa19d025a315bcd1e5d5eae5d93
parent650e4be59b9f385f56e5829d97d09e8440f174b8
mailinfo: Use i18n.commitencoding

This uses i18n.commitencoding configuration item to pick up the
default commit encoding for the repository when converting form
e-mail encoding to commit encoding (the default is utf8).

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