summaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
AgeCommit message (Expand)Author
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg
2007-10-21Improved const correctness for stringsShawn O. Pearce
2007-08-31Temporary fix for stack smashing in mailinfoAlex Riesen
2007-07-30rebase: try not to munge commit log messageJunio C Hamano
2007-07-24mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin
2007-07-19Do a better job at guessing unknown character setsLinus Torvalds
2007-06-08More missing staticJunio C Hamano
2007-03-31git-mailinfo fixes for patch mungingDon Zickus
2007-03-13restrict the patch filteringDon Zickus
2007-03-13builtin-mailinfo.c infrastrcture changesDon Zickus
2007-03-07General const correctness fixesShawn O. Pearce
2007-02-27Merge branch 'maint'Junio C Hamano
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-10-u is now default for 'git-mailinfo'.Junio C Hamano
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-26Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-20Make hexval() available to others.Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-28mailinfo: accept >From in message headerMichael S. Tsirkin
2006-07-06mailinfo: assume input is latin-1 on the header as we do for the bodyJunio C Hamano
2006-06-28Make some strings constTimo Hirvonen
2006-06-19Make git-mailinfo a builtinLukas Sandström