Age | Commit message (Expand) | Author | Files | Lines |
2008-02-15 | mailinfo: feed only one line to handle_filter() for QP input | Jay Soffian | 1 | -0/+1 |
2007-11-02 | Make mailsplit and mailinfo strip whitespace from the start of the input | Simon Sasburg | 1 | -0/+6 |
2007-10-21 | Improved const correctness for strings | Shawn O. Pearce | 1 | -1/+1 |
2007-08-30 | Temporary fix for stack smashing in mailinfo | Alex Riesen | 1 | -35/+50 |
2007-07-29 | rebase: try not to munge commit log message | Junio C Hamano | 1 | -5/+24 |
2007-07-23 | mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8' | Johannes Schindelin | 1 | -0/+2 |
2007-07-18 | Do a better job at guessing unknown character sets | Linus Torvalds | 1 | -4/+29 |
2007-06-08 | More missing static | Junio C Hamano | 1 | -2/+2 |
2007-03-31 | git-mailinfo fixes for patch munging | Don Zickus | 1 | -11/+12 |
2007-03-12 | restrict the patch filtering | Don Zickus | 1 | -3/+34 |
2007-03-12 | builtin-mailinfo.c infrastrcture changes | Don Zickus | 1 | -247/+274 |
2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -3/+3 |
2007-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -18/+54 |
2007-02-27 | mailinfo: do not get confused with logical lines that are too long. | Linus Torvalds | 1 | -18/+54 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -1/+1 |
2007-01-09 | -u is now default for 'git-mailinfo'. | Junio C Hamano | 1 | -8/+11 |
2006-12-27 | UTF-8: introduce i18n.logoutputencoding. | Junio C Hamano | 1 | -1/+2 |
2006-12-26 | Move encoding conversion routine out of mailinfo to utf8.c | Junio C Hamano | 1 | -30/+9 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -9/+0 |
2006-09-20 | Make hexval() available to others. | Junio C Hamano | 1 | -11/+0 |
2006-08-15 | remove unnecessary initializations | David Rientjes | 1 | -3/+3 |
2006-07-29 | Call setup_git_directory() much earlier | Linus Torvalds | 1 | -1/+1 |
2006-07-27 | mailinfo: accept >From in message header | Michael S. Tsirkin | 1 | -1/+1 |
2006-07-06 | mailinfo: assume input is latin-1 on the header as we do for the body | Junio C Hamano | 1 | -8/+24 |
2006-06-28 | Make some strings const | Timo Hirvonen | 1 | -1/+1 |
2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -0/+846 |