summaryrefslogtreecommitdiff
path: root/mailinfo.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-24mailinfo: don't decode invalid =XY quoted-printable sequencesRené Scharfe1-3/+8
2017-09-22consistently use "fallthrough" comments in switchesJeff King1-0/+1
2017-09-07mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe1-0/+1
2017-09-07mailinfo: release strbuf after use in handle_from()Rene Scharfe1-5/+4
2017-06-27Spelling fixesVille Skyttä1-8/+8
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-08mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin1-1/+8
2017-04-19Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano1-1/+6
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds1-1/+6
2016-12-21Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano1-1/+2
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay1-1/+2
2016-10-03Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano1-0/+82
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt1-0/+82
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan1-1/+49
2016-09-19mailinfo: make is_scissors_line take plain char *Jonathan Tan1-17/+18
2016-09-19mailinfo: separate in-body header processingJonathan Tan1-16/+17
2016-09-08Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano1-7/+2
2016-08-17Merge branch 'rs/mailinfo-lib'Junio C Hamano1-7/+2
2016-08-13mailinfo: recycle strbuf in check_header()René Scharfe1-7/+2
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-4/+4
2015-11-01mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy1-1/+1
2015-10-21mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano1-8/+22
2015-10-21mailinfo: handle charset conversion errors in the callerJunio C Hamano1-8/+11
2015-10-21mailinfo: libifyJunio C Hamano1-0/+1020
2006-06-18Make git-mailinfo a builtinLukas Sandström1-831/+0
2006-06-17mailinfo: ignore blanks after in-body headers.Junio C Hamano1-8/+14
2006-06-17Don't parse any headers in the real body of an email message.Eric W. Biederman1-0/+2
2006-05-28Merge branch 'jc/mailinfo'Junio C Hamano1-1/+8
2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano1-3/+24
2006-05-23Allow in body headers beyond the in body header prefix.Eric W. Biederman1-4/+5
2006-05-23More accurately detect header lines in read_one_header_lineEric W. Biederman1-8/+17
2006-05-23In handle_body only read a line if we don't already have one.Eric W. Biederman1-1/+1
2006-05-23Refactor commit messge handling.Eric W. Biederman1-36/+22
2006-05-23Move B and Q decoding into check header.Eric W. Biederman1-7/+5
2006-05-23Make read_one_header_line return a flag not a length.Eric W. Biederman1-11/+11
2006-05-21mailinfo: skip bogus UNIX From line inside bodyJunio C Hamano1-0/+7
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano1-5/+7
2006-02-16Allow building Git in systems without iconvFernando J. Pereda1-0/+4
2006-02-06[PATCH] mailinfo: reset CTE after each multipartJunio C Hamano1-0/+3
2005-12-23mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano1-1/+1
2005-12-14mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano1-1/+31
2005-12-06[PATCH] Initial AIX portability fixes.Jason Riedy1-0/+1
2005-12-05Clean up compatibility definitions.Junio C Hamano1-4/+0
2005-11-28mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano1-3/+3
2005-11-27mailinfo: Use i18n.commitencodingJunio C Hamano1-8/+9
2005-11-27mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano1-23/+34
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano1-0/+4