summaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
AgeCommit message (Expand)Author
2008-07-22mailinfo: better parse email adresses containg parenthesesPhilippe Bruhat (BooK)
2008-07-17mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano
2008-07-17Merge branch 'ls/mailinfo'Junio C Hamano
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-14git-mailinfo: use strbuf's instead of fixed buffersLukas Sandström
2008-07-14git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-12git-mailinfo: document the -n optionLukas Sandström
2008-07-07mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
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