i18n: drop "encoding" header in the output after re-coding.
commit53af9816bcb1d441fef76c3adaf0c4cb858768ac
authorJunio C Hamano <junkio@cox.net>
Sat, 30 Dec 2006 23:49:32 +0000 (30 15:49 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Dec 2006 00:35:57 +0000 (30 16:35 -0800)
tree3f342ba33e9c455dedce0e5d1e1dac3307dbb11e
parent677cfed56ac530878b746ee4cca3ada8af384a81
i18n: drop "encoding" header in the output after re-coding.

After re-coding the commit message into the encoding the user
specified (either with core.logoutputencidng or --encoding
option), this drops the "encoding" header altogether.  The
output is after re-coding as the user asked (either with the
config or --encoding=<encoding> option), and the extra header
becomes redundant information.

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