summaryrefslogtreecommitdiffstats
path: root/mailinfo.c
Commit message (Expand)AuthorAgeFilesLines
* mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-081-1/+8
* Merge branch 'lt/mailinfo-in-body-header-continuation'Junio C Hamano2017-04-191-1/+6
|\
| * mailinfo: fix in-body header continuationsLinus Torvalds2017-04-111-1/+6
* | Merge branch 'jt/mailinfo-fold-in-body-headers'Junio C Hamano2016-12-211-1/+2
|\ \
| * | mailinfo.c: move side-effects outside of assertKyle J. McKay2016-12-201-1/+2
| |/
* | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-031-0/+82
|\ \ | |/ |/|
| * mailinfo: unescape quoted-pair in header fieldsKevin Daudt2016-09-281-0/+82
| * Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-081-7/+2
| |\
* | | mailinfo: handle in-body header continuationsJonathan Tan2016-09-211-1/+49
* | | mailinfo: make is_scissors_line take plain char *Jonathan Tan2016-09-191-17/+18
* | | mailinfo: separate in-body header processingJonathan Tan2016-09-191-16/+17
* | | Merge branch 'rs/mailinfo-lib'Junio C Hamano2016-08-171-7/+2
|\ \ \ | |/ / |/| / | |/
| * mailinfo: recycle strbuf in check_header()René Scharfe2016-08-131-7/+2
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-4/+4
* | mailinfo: fix passing wrong address to git_mailinfo_configNguyễn Thái Ngọc Duy2015-11-011-1/+1
|/
* mailinfo: remove calls to exit() and die() deep in the callchainJunio C Hamano2015-10-211-8/+22
* mailinfo: handle charset conversion errors in the callerJunio C Hamano2015-10-211-8/+11
* mailinfo: libifyJunio C Hamano2015-10-211-0/+1020
* Make git-mailinfo a builtinLukas Sandström2006-06-181-831/+0
* mailinfo: ignore blanks after in-body headers.Junio C Hamano2006-06-171-8/+14
* Don't parse any headers in the real body of an email message.Eric W. Biederman2006-06-171-0/+2
* Merge branch 'jc/mailinfo'Junio C Hamano2006-05-281-1/+8
|\
| * mailinfo: skip bogus UNIX From line inside bodyJunio C Hamano2006-05-211-0/+7
* | mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano2006-05-261-3/+24
* | Allow in body headers beyond the in body header prefix.Eric W. Biederman2006-05-231-4/+5
* | More accurately detect header lines in read_one_header_lineEric W. Biederman2006-05-231-8/+17
* | In handle_body only read a line if we don't already have one.Eric W. Biederman2006-05-231-1/+1
* | Refactor commit messge handling.Eric W. Biederman2006-05-231-36/+22
* | Move B and Q decoding into check header.Eric W. Biederman2006-05-231-7/+5
* | Make read_one_header_line return a flag not a length.Eric W. Biederman2006-05-231-11/+11
|/
* mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-211-5/+7
* Allow building Git in systems without iconvFernando J. Pereda2006-02-161-0/+4
* [PATCH] mailinfo: reset CTE after each multipartJunio C Hamano2006-02-061-0/+3
* mailinfo: iconv does not like "latin-1" -- should spell it "latin1"Junio C Hamano2005-12-231-1/+1
* mailinfo and git-am: allow "John Doe <johndoe>"Junio C Hamano2005-12-141-1/+31
* [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-061-0/+1
* Clean up compatibility definitions.Junio C Hamano2005-12-051-4/+0
* mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano2005-11-281-3/+3
* mailinfo: Use i18n.commitencodingJunio C Hamano2005-11-271-8/+9
* mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano2005-11-271-24/+35
* Give proper prototype to gitstrcasestr.Junio C Hamano2005-10-081-0/+4
* Flatten tools/ directory to make build procedure simpler.Junio C Hamano2005-09-071-0/+749