| Commit message (Expand) | Author | Age | Files | Lines |
* | mailinfo: cleanup extra spaces for complex 'From:' | Kirill Smelkov | 2009-02-01 | 1 | -4/+15 |
* | Merge branch 'ks/maint-mailinfo-folded' | Junio C Hamano | 2009-01-31 | 1 | -8/+20 |
|\ |
|
| * | mailinfo: 'From:' header should be unfold as well | Kirill Smelkov | 2009-01-12 | 1 | -0/+1 |
| * | mailinfo: correctly handle multiline 'Subject:' header | Kirill Smelkov | 2009-01-10 | 1 | -8/+19 |
* | | remove trailing LF in die() messages | Alexander Potashev | 2009-01-05 | 1 | -1/+1 |
|/ |
|
* | mailinfo: avoid violating strbuf assertion | Jeff King | 2008-08-19 | 1 | -1/+1 |
* | mailinfo: re-fix MIME multipart boundary parsing | Don Zickus | 2008-08-18 | 1 | -3/+3 |
* | mailinfo: fix MIME multi-part message boundary handling | Junio C Hamano | 2008-08-09 | 1 | -6/+11 |
* | mailinfo: better parse email adresses containg parentheses | Philippe Bruhat (BooK) | 2008-07-21 | 1 | -3/+3 |
* | mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: line | Junio C Hamano | 2008-07-16 | 1 | -4/+3 |
* | Merge branch 'ls/mailinfo' | Junio C Hamano | 2008-07-16 | 1 | -406/+351 |
|\ |
|
| * | git-mailinfo: use strbuf's instead of fixed buffers | Lukas Sandström | 2008-07-13 | 1 | -405/+352 |
* | | Merge branch 'sb/dashless' | Junio C Hamano | 2008-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
| |/ |
|
* | | git-mailinfo: Fix getting the subject from the in-body [PATCH] line | Lukas Sandström | 2008-07-13 | 1 | -1/+3 |
* | | git-mailinfo: document the -n option | Lukas Sandström | 2008-07-11 | 1 | -1/+1 |
|/ |
|
* | mailinfo: feed the correct line length to decode_transfer_encoding() | Junio C Hamano | 2008-07-06 | 1 | -0/+1 |
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -1/+1 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | | mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths | Junio C Hamano | 2008-05-25 | 1 | -21/+25 |
* | | mailsplit and mailinfo: gracefully handle NUL characters | Johannes Schindelin | 2008-05-25 | 1 | -11/+13 |
|/ |
|
* | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 2008-02-15 | 1 | -0/+1 |
* | Make mailsplit and mailinfo strip whitespace from the start of the input | Simon Sasburg | 2007-11-02 | 1 | -0/+6 |
* | Improved const correctness for strings | Shawn O. Pearce | 2007-10-21 | 1 | -1/+1 |
* | Temporary fix for stack smashing in mailinfo | Alex Riesen | 2007-08-30 | 1 | -35/+50 |
* | rebase: try not to munge commit log message | Junio C Hamano | 2007-07-29 | 1 | -5/+24 |
* | mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8' | Johannes Schindelin | 2007-07-23 | 1 | -0/+2 |
* | Do a better job at guessing unknown character sets | Linus Torvalds | 2007-07-18 | 1 | -4/+29 |
* | More missing static | Junio C Hamano | 2007-06-08 | 1 | -2/+2 |
* | git-mailinfo fixes for patch munging | Don Zickus | 2007-03-31 | 1 | -11/+12 |
* | restrict the patch filtering | Don Zickus | 2007-03-12 | 1 | -3/+34 |
* | builtin-mailinfo.c infrastrcture changes | Don Zickus | 2007-03-12 | 1 | -247/+274 |
* | General const correctness fixes | Shawn O. Pearce | 2007-03-07 | 1 | -3/+3 |
* | Merge branch 'maint' | Junio C Hamano | 2007-02-27 | 1 | -18/+54 |
|\ |
|
| * | mailinfo: do not get confused with logical lines that are too long. | Linus Torvalds | 2007-02-27 | 1 | -18/+54 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -1/+1 |
|/ |
|
* | -u is now default for 'git-mailinfo'. | Junio C Hamano | 2007-01-09 | 1 | -8/+11 |
* | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 2006-12-27 | 1 | -1/+2 |
* | Move encoding conversion routine out of mailinfo to utf8.c | Junio C Hamano | 2006-12-26 | 1 | -30/+9 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -9/+0 |
* | Make hexval() available to others. | Junio C Hamano | 2006-09-20 | 1 | -11/+0 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | Call setup_git_directory() much earlier | Linus Torvalds | 2006-07-29 | 1 | -1/+1 |
* | mailinfo: accept >From in message header | Michael S. Tsirkin | 2006-07-27 | 1 | -1/+1 |
* | mailinfo: assume input is latin-1 on the header as we do for the body | Junio C Hamano | 2006-07-06 | 1 | -8/+24 |
* | Make some strings const | Timo Hirvonen | 2006-06-28 | 1 | -1/+1 |
* | Make git-mailinfo a builtin | Lukas Sandström | 2006-06-18 | 1 | -0/+846 |