aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5100
AgeCommit message (Expand)AuthorFilesLines
2023-12-27Merge branch 'jk/mailinfo-iterative-unquote-comment'Junio C Hamano2-2/+2
2023-12-14t5100: make rfc822 comment test more carefulJeff King2-2/+2
2023-04-03e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano5-8/+8
2021-05-10mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh4-0/+76
2016-10-03Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano4-0/+28
2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt4-0/+28
2016-09-21mailinfo: handle in-body header continuationsJonathan Tan8-2/+51
2016-06-06mailsplit: support unescaping mboxrd messagesEric Wong3-0/+28
2014-11-25git-mailinfo: add --message-idPaolo Bonzini3-0/+43
2014-09-16mailinfo: make ">From" in-body header check more robustJeff King4-0/+31
2012-09-25Merge branch 'jc/maint-mailinfo-mime-attr'Junio C Hamano4-0/+29
2012-09-17mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano4-0/+29
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek10-19/+19
2010-02-19mailinfo: do not strip leading spaces even for a header lineJunio C Hamano1-1/+1
2009-11-22Merge branch 'ls/maint-mailinfo-no-inbody'Junio C Hamano13-0/+96
2009-11-20git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström13-0/+96
2009-10-21Mark files in t/t5100 as UTF-8Johannes Sixt1-0/+4
2009-10-21Remove a left-over file from t/t5100Johannes Sixt1-35/+0
2009-08-26am/mailinfo: Disable scissors processing by defaultJunio C Hamano5-3/+90
2009-08-26Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano4-0/+162
2009-07-15Revert "mailinfo: Remove only one set of square brackets"v1.6.4-rc1Junio C Hamano2-2/+2
2009-07-10Merge branch 'ae/maint-mailinfo-rm-only-one-patch-marker'Junio C Hamano2-2/+2
2009-07-08mailinfo: Remove only one set of square bracketsAndreas Ericsson2-2/+2
2009-05-18t5100: use ancient encoding syntax for backwards compatibilityBrandon Casey2-20/+20
2009-02-01mailinfo: cleanup extra spaces for complex 'From:'Kirill Smelkov3-4/+4
2009-01-28mailinfo: tests for RFC2047 examplesKirill Smelkov13-0/+78
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov4-0/+10
2009-01-12mailinfo: 'From:' header should be unfold as wellKirill Smelkov1-1/+4
2009-01-10mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov4-0/+94
2008-08-19mailinfo: avoid violating strbuf assertionJeff King2-0/+13
2008-08-18mailinfo: re-fix MIME multipart boundary parsingDon Zickus1-0/+1
2008-08-09mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano4-0/+64
2008-07-13git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström5-0/+100
2008-05-27t5100: Avoid filename "nul"Junio C Hamano1-0/+0
2008-05-25mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano2-0/+37
2008-05-25mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin1-0/+0
2008-02-15mailinfo: feed only one line to handle_filter() for QP inputJay Soffian4-0/+43
2007-11-02Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg1-0/+3
2007-03-31git-mailinfo fixes for patch mungingDon Zickus1-1/+1
2007-03-12Add a couple more test cases to the suite.Don Zickus7-0/+34
2007-03-12builtin-mailinfo.c infrastrcture changesDon Zickus1-1/+1
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds4-0/+92
2006-06-17t5100: mailinfo and mailsplit tests.Junio C Hamano16-0/+598