summaryrefslogtreecommitdiff
path: root/t/t5100-mailinfo.sh
AgeCommit message (Expand)Author
2021-05-10mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh
2021-05-10mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh
2021-05-10mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh
2020-02-11mailinfo: be more liberal with header whitespaceJeff King
2017-06-22Merge branch 'km/test-mailinfo-b-failure'Junio C Hamano
2017-06-12t5100: add some more mailinfo testsKyle J. McKay
2016-11-22mailinfo: read local configurationJunio C Hamano
2016-10-03Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt
2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan
2016-06-06mailsplit: support unescaping mboxrd messagesEric Wong
2015-12-28t/t5100: no need to use 'echo' command substitutions for globbingJohannes Sixt
2015-12-28t/t5100-mailinfo.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: fix severe &&-chain breakageJeff King
2014-11-25git-mailinfo: add --message-idPaolo Bonzini
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King
2012-09-17mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2009-11-21git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström
2009-08-27am/mailinfo: Disable scissors processing by defaultJunio C Hamano
2009-08-27Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano
2009-02-01Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov
2009-01-11mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov
2008-08-21Merge branch 'jc/test-deeper'Junio C Hamano
2008-08-20mailinfo: avoid violating strbuf assertionJeff King
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano
2008-07-14git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström
2008-05-28t5100: Avoid filename "nul"Junio C Hamano
2008-05-25mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-03-13Add a couple more test cases to the suite.Don Zickus
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds
2006-06-17t5100: mailinfo and mailsplit tests.Junio C Hamano