aboutsummaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
Commit message (Expand)AuthorAge
* mailinfo: avoid violating strbuf assertionJeff King2008-08-19
* mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-18
* mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano2008-08-09
* mailinfo: better parse email adresses containg parenthesesPhilippe Bruhat (BooK)2008-07-21
* mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano2008-07-16
* Merge branch 'ls/mailinfo'Junio C Hamano2008-07-16
|\
| * git-mailinfo: use strbuf's instead of fixed buffersLukas Sandström2008-07-13
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-16
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-13
| |/
* | git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström2008-07-13
* | git-mailinfo: document the -n optionLukas Sandström2008-07-11
|/
* mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano2008-07-06
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-25
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano2008-05-25
* | mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin2008-05-25
|/
* mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-15
* Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg2007-11-02
* Improved const correctness for stringsShawn O. Pearce2007-10-21
* Temporary fix for stack smashing in mailinfoAlex Riesen2007-08-30
* rebase: try not to munge commit log messageJunio C Hamano2007-07-29
* mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin2007-07-23
* Do a better job at guessing unknown character setsLinus Torvalds2007-07-18
* More missing staticJunio C Hamano2007-06-08
* git-mailinfo fixes for patch mungingDon Zickus2007-03-31
* restrict the patch filteringDon Zickus2007-03-12
* builtin-mailinfo.c infrastrcture changesDon Zickus2007-03-12
* General const correctness fixesShawn O. Pearce2007-03-07
* Merge branch 'maint'Junio C Hamano2007-02-27
|\
| * mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-27
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* -u is now default for 'git-mailinfo'.Junio C Hamano2007-01-09
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-27
* Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-26
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Make hexval() available to others.Junio C Hamano2006-09-20
* remove unnecessary initializationsDavid Rientjes2006-08-15
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* mailinfo: accept >From in message headerMichael S. Tsirkin2006-07-27
* mailinfo: assume input is latin-1 on the header as we do for the bodyJunio C Hamano2006-07-06
* Make some strings constTimo Hirvonen2006-06-28
* Make git-mailinfo a builtinLukas Sandström2006-06-18