summaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused assignmentsBenjamin Kramer2009-03-141-1/+0
* mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov2009-02-011-4/+15
* Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano2009-01-311-8/+20
|\
| * mailinfo: 'From:' header should be unfold as wellKirill Smelkov2009-01-121-0/+1
| * mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-101-8/+19
* | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
|/
* mailinfo: avoid violating strbuf assertionJeff King2008-08-191-1/+1
* mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-181-3/+3
* mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano2008-08-091-6/+11
* mailinfo: better parse email adresses containg parenthesesPhilippe Bruhat (BooK)2008-07-211-3/+3
* mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano2008-07-161-4/+3
* Merge branch 'ls/mailinfo'Junio C Hamano2008-07-161-406/+351
|\
| * git-mailinfo: use strbuf's instead of fixed buffersLukas Sandström2008-07-131-405/+352
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
| |/
* | git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström2008-07-131-1/+3
* | git-mailinfo: document the -n optionLukas Sandström2008-07-111-1/+1
|/
* mailinfo: feed the correct line length to decode_transfer_encoding()Junio C Hamano2008-07-061-0/+1
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-1/+1
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano2008-05-251-21/+25
* | mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin2008-05-251-11/+13
|/
* mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-151-0/+1
* Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg2007-11-021-0/+6
* Improved const correctness for stringsShawn O. Pearce2007-10-211-1/+1
* Temporary fix for stack smashing in mailinfoAlex Riesen2007-08-301-35/+50
* rebase: try not to munge commit log messageJunio C Hamano2007-07-291-5/+24
* mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin2007-07-231-0/+2
* Do a better job at guessing unknown character setsLinus Torvalds2007-07-181-4/+29
* More missing staticJunio C Hamano2007-06-081-2/+2
* git-mailinfo fixes for patch mungingDon Zickus2007-03-311-11/+12
* restrict the patch filteringDon Zickus2007-03-121-3/+34
* builtin-mailinfo.c infrastrcture changesDon Zickus2007-03-121-247/+274
* General const correctness fixesShawn O. Pearce2007-03-071-3/+3
* Merge branch 'maint'Junio C Hamano2007-02-271-18/+54
|\
| * mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-271-18/+54
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
|/
* -u is now default for 'git-mailinfo'.Junio C Hamano2007-01-091-8/+11
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-1/+2
* Move encoding conversion routine out of mailinfo to utf8.cJunio C Hamano2006-12-261-30/+9
* simplify inclusion of system header files.Junio C Hamano2006-12-201-9/+0
* Make hexval() available to others.Junio C Hamano2006-09-201-11/+0
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-1/+1
* mailinfo: accept >From in message headerMichael S. Tsirkin2006-07-271-1/+1
* mailinfo: assume input is latin-1 on the header as we do for the bodyJunio C Hamano2006-07-061-8/+24
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* Make git-mailinfo a builtinLukas Sandström2006-06-181-0/+846