Age | Commit message (Expand) | Author | Files | Lines |
2017-04-19 | Merge branch 'lt/mailinfo-in-body-header-continuation' | Junio C Hamano | 1 | -1/+6 |
2017-04-11 | mailinfo: fix in-body header continuations | Linus Torvalds | 1 | -1/+6 |
2016-12-21 | Merge branch 'jt/mailinfo-fold-in-body-headers' | Junio C Hamano | 1 | -1/+2 |
2016-12-20 | mailinfo.c: move side-effects outside of assert | Kyle J. McKay | 1 | -1/+2 |
2016-10-03 | Merge branch 'kd/mailinfo-quoted-string' | Junio C Hamano | 1 | -0/+82 |
2016-09-28 | mailinfo: unescape quoted-pair in header fields | Kevin Daudt | 1 | -0/+82 |
2016-09-21 | mailinfo: handle in-body header continuations | Jonathan Tan | 1 | -1/+49 |
2016-09-19 | mailinfo: make is_scissors_line take plain char * | Jonathan Tan | 1 | -17/+18 |
2016-09-19 | mailinfo: separate in-body header processing | Jonathan Tan | 1 | -16/+17 |
2016-09-08 | Merge branch 'rs/mailinfo-lib' into maint | Junio C Hamano | 1 | -7/+2 |
2016-08-17 | Merge branch 'rs/mailinfo-lib' | Junio C Hamano | 1 | -7/+2 |
2016-08-13 | mailinfo: recycle strbuf in check_header() | René Scharfe | 1 | -7/+2 |
2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -4/+4 |
2015-11-01 | mailinfo: fix passing wrong address to git_mailinfo_config | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2015-10-21 | mailinfo: remove calls to exit() and die() deep in the callchain | Junio C Hamano | 1 | -8/+22 |
2015-10-21 | mailinfo: handle charset conversion errors in the caller | Junio C Hamano | 1 | -8/+11 |
2015-10-21 | mailinfo: libify | Junio C Hamano | 1 | -0/+1020 |
2006-06-18 | Make git-mailinfo a builtin | Lukas Sandström | 1 | -831/+0 |
2006-06-17 | mailinfo: ignore blanks after in-body headers. | Junio C Hamano | 1 | -8/+14 |
2006-06-17 | Don't parse any headers in the real body of an email message. | Eric W. Biederman | 1 | -0/+2 |
2006-05-28 | Merge branch 'jc/mailinfo' | Junio C Hamano | 1 | -1/+8 |
2006-05-26 | mailinfo: More carefully parse header lines in read_one_header_line() | Junio C Hamano | 1 | -3/+24 |
2006-05-23 | Allow in body headers beyond the in body header prefix. | Eric W. Biederman | 1 | -4/+5 |
2006-05-23 | More accurately detect header lines in read_one_header_line | Eric W. Biederman | 1 | -8/+17 |
2006-05-23 | In handle_body only read a line if we don't already have one. | Eric W. Biederman | 1 | -1/+1 |
2006-05-23 | Refactor commit messge handling. | Eric W. Biederman | 1 | -36/+22 |
2006-05-23 | Move B and Q decoding into check header. | Eric W. Biederman | 1 | -7/+5 |
2006-05-23 | Make read_one_header_line return a flag not a length. | Eric W. Biederman | 1 | -11/+11 |
2006-05-21 | mailinfo: skip bogus UNIX From line inside body | Junio C Hamano | 1 | -0/+7 |
2006-04-21 | mailinfo: decode underscore used in "Q" encoding properly. | Junio C Hamano | 1 | -5/+7 |
2006-02-16 | Allow building Git in systems without iconv | Fernando J. Pereda | 1 | -0/+4 |
2006-02-06 | [PATCH] mailinfo: reset CTE after each multipart | Junio C Hamano | 1 | -0/+3 |
2005-12-23 | mailinfo: iconv does not like "latin-1" -- should spell it "latin1" | Junio C Hamano | 1 | -1/+1 |
2005-12-14 | mailinfo and git-am: allow "John Doe <johndoe>" | Junio C Hamano | 1 | -1/+31 |
2005-12-06 | [PATCH] Initial AIX portability fixes. | Jason Riedy | 1 | -0/+1 |
2005-12-05 | Clean up compatibility definitions. | Junio C Hamano | 1 | -4/+0 |
2005-11-28 | mailinfo: Do not use -u=<encoding>; say --encoding=<encoding> | Junio C Hamano | 1 | -3/+3 |
2005-11-27 | mailinfo: Use i18n.commitencoding | Junio C Hamano | 1 | -8/+9 |
2005-11-27 | mailinfo: allow -u to fall back on latin1 to utf8 conversion. | Junio C Hamano | 1 | -24/+35 |
2005-10-08 | Give proper prototype to gitstrcasestr. | Junio C Hamano | 1 | -0/+4 |
2005-09-07 | Flatten tools/ directory to make build procedure simpler. | Junio C Hamano | 1 | -0/+749 |