Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-06 | mailinfo: assume input is latin-1 on the header as we do for the body | Junio C Hamano | 1 | -8/+24 | |
When the input mbox does not identify what encoding it is in, and already have RFC2047 stripped away, we cannot tell what encoding the header text is in. For body text, when the message does not say what charset it is in, we fall back to assume latin-1 input when converting to utf8. This should be done consistently to the header as well. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 | |
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -0/+846 | |
[jc: with a bit of constness tightening] Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net> |