summaryrefslogtreecommitdiff
path: root/builtin-mailinfo.c
Commit message (Expand)AuthorAgeFilesLines
* 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