author | Junio C Hamano <junkio@cox.net> | |
Sat, 30 Dec 2006 23:49:32 +0000 (15:49 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 31 Dec 2006 00:35:57 +0000 (16:35 -0800) | ||
commit | 53af9816bcb1d441fef76c3adaf0c4cb858768ac | |
tree | 3f342ba33e9c455dedce0e5d1e1dac3307dbb11e | tree | snapshot |
parent | 677cfed56ac530878b746ee4cca3ada8af384a81 | commit | diff |
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>
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 | diff | blob | history |