summaryrefslogtreecommitdiff
path: root/mailinfo.c
AgeCommit message (Expand)Author
2018-08-29mailinfo: support format=flowedRené Scharfe
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-02-13Merge branch 'jc/mailinfo-cleanup-fix'Junio C Hamano
2018-01-24mailinfo: avoid segfault when can't open filesJuan F. Codagnone
2017-09-28Merge branch 'rs/mailinfo-qp-decode-fix'Junio C Hamano
2017-09-24mailinfo: don't decode invalid =XY quoted-printable sequencesRené Scharfe
2017-09-22consistently use "fallthrough" comments in switchesJeff King
2017-09-06mailinfo: release strbuf on error return in handle_boundary()Rene Scharfe
2017-09-06mailinfo: release strbuf after use in handle_from()Rene Scharfe
2017-06-27Spelling fixesVille Skyttä
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin
2017-04-20Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano
2017-04-11mailinfo: fix in-body header continuationsLinus Torvalds
2016-12-21Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano
2016-12-20mailinfo.c: move side-effects outside of assertKyle J. McKay
2016-10-03Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan
2016-09-19mailinfo: make is_scissors_line take plain char *Jonathan Tan
2016-09-19mailinfo: separate in-body header processingJonathan Tan
2016-09-09Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano
2016-08-17Merge branch 'rs/mailinfo-lib'Junio C Hamano
2016-08-14mailinfo: recycle strbuf in check_header()René Scharfe
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2015-11-01mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy
2015-10-21mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano
2015-10-21mailinfo: handle charset conversion errors in the callerJunio C Hamano
2015-10-21mailinfo: libifyJunio C Hamano
2006-06-19Make git-mailinfo a builtinLukas Sandström
2006-06-18mailinfo: ignore blanks after in-body headers.Junio C Hamano
2006-06-17Don't parse any headers in the real body of an email message.Eric W. Biederman
2006-05-28Merge branch 'jc/mailinfo'Junio C Hamano
2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano
2006-05-23Allow in body headers beyond the in body header prefix.Eric W. Biederman
2006-05-23More accurately detect header lines in read_one_header_lineEric W. Biederman
2006-05-23In handle_body only read a line if we don't already have one.Eric W. Biederman
2006-05-23Refactor commit messge handling.Eric W. Biederman
2006-05-23Move B and Q decoding into check header.Eric W. Biederman
2006-05-23Make read_one_header_line return a flag not a length.Eric W. Biederman
2006-05-22mailinfo: skip bogus UNIX From line inside bodyJunio C Hamano
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano
2006-02-16Allow building Git in systems without iconvFernando J. Pereda
2006-02-07[PATCH] mailinfo: reset CTE after each multipartJunio C Hamano
2005-12-24mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano
2005-12-15mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano
2005-12-07[PATCH] Initial AIX portability fixes.Jason Riedy