aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5100-mailinfo.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-16t/t5*: avoid redundant uses of catBeat Bolli1-1/+1
2023-12-12mailinfo: fix out-of-bounds memory reads in unquote_quoted_pair()Jeff King1-0/+22
2022-10-03mailinfo -b: fix an out of bounds accessPhillip Wood1-2/+2
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-1/+1
2021-05-10mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh1-0/+6
2021-05-10mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh1-1/+5
2021-05-10mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh1-0/+30
2020-02-11mailinfo: be more liberal with header whitespaceJeff King1-0/+15
2017-06-22Merge branch 'km/test-mailinfo-b-failure'Junio C Hamano1-0/+42
2017-06-12t5100: add some more mailinfo testsKyle J. McKay1-0/+42
2016-11-22mailinfo: read local configurationJunio C Hamano1-0/+13
2016-10-03Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano1-33/+49
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt1-0/+14
2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan1-1/+1
2016-06-06mailsplit: support unescaping mboxrd messagesEric Wong1-0/+31
2015-12-28t/t5100: no need to use 'echo' command substitutions for globbingJohannes Sixt1-2/+2
2015-12-28t/t5100-mailinfo.sh: use the $( ... ) construct for command substitutionElia Pinto1-6/+6
2015-03-20t: fix severe &&-chain breakageJeff King1-1/+1
2014-11-25git-mailinfo: add --message-idPaolo Bonzini1-0/+4
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King1-0/+18
2012-09-17mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano1-1/+1
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini1-1/+1
2009-11-20git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström1-1/+5
2009-08-26am/mailinfo: Disable scissors processing by defaultJunio C Hamano1-7/+15
2009-08-26Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano1-1/+1
2009-01-31Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano1-1/+23
2009-01-28mailinfo: tests for RFC2047 examplesKirill Smelkov1-0/+22
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov1-1/+1
2009-01-10mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov1-1/+1
2008-08-20Merge branch 'jc/test-deeper'Junio C Hamano1-11/+12
2008-08-19mailinfo: avoid violating strbuf assertionJeff King1-0/+11
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-11/+12
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano1-1/+1
2008-07-13git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström1-1/+1
2008-05-27t5100: Avoid filename "nul"Junio C Hamano1-2/+2
2008-05-25mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano1-0/+9
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin1-0/+9
2008-02-15mailinfo: feed only one line to handle_filter() for QP inputJay Soffian1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-3/+3
2007-03-12Add a couple more test cases to the suite.Don Zickus1-1/+1
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds1-1/+1
2006-06-17t5100: mailinfo and mailsplit tests.Junio C Hamano1-0/+28