summaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
AgeCommit message (Expand)Author
2009-09-29builtin-mailinfo.c: check error status from rewind and ftruncateJunio C Hamano
2009-09-11add documentation for mailinfo.scissors and '--no-scissors'Nicolas Sebrecht
2009-09-11mailinfo: add '--scissors' to usage messageNicolas Sebrecht
2009-08-27mailinfo.scissors: new configurationJunio C Hamano
2009-08-27am/mailinfo: Disable scissors processing by defaultJunio C Hamano
2009-08-27Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano
2009-08-27builtin-mailinfo.c: fix confusing internal API to mailinfo()Junio C Hamano
2009-08-05builtin-mailinfo,builtin-mailsplit: use strbufsBrandon Casey
2009-07-15Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano
2009-07-11Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'Junio C Hamano
2009-07-08mailinfo: Remove only one set of square bracketsAndreas Ericsson
2009-05-19builtin-mailinfo.c: use "ISO8859-1" instead of "latin1" as fallback encodingBrandon Casey
2009-05-19builtin-mailinfo.c: compare character encodings case insensitivelyBrandon Casey
2009-05-19Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-02-01mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov
2009-02-01Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano
2009-01-12mailinfo: 'From:' header should be unfold as wellKirill Smelkov
2009-01-11mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-08-20mailinfo: avoid violating strbuf assertionJeff King
2008-08-19mailinfo: re-fix MIME multipart boundary parsingDon Zickus
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano
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