summaryrefslogtreecommitdiff
path: root/t/t5100-mailinfo.sh
Commit message (Expand)AuthorAgeFilesLines
* mailinfo -b: fix an out of bounds accessPhillip Wood2022-10-031-2/+2
* t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* mailinfo: allow stripping quoted CR without warningĐoàn Trần Công Danh2021-05-101-0/+6
* mailinfo: allow squelching quoted CRLF warningĐoàn Trần Công Danh2021-05-101-1/+5
* mailinfo: warn if CRLF found in decoded base64/QP emailĐoàn Trần Công Danh2021-05-101-0/+30
* mailinfo: be more liberal with header whitespaceJeff King2020-02-111-0/+15
* Merge branch 'km/test-mailinfo-b-failure'Junio C Hamano2017-06-221-0/+42
|\
| * t5100: add some more mailinfo testskm/test-mailinfo-b-failureKyle J. McKay2017-06-121-0/+42
* | mailinfo: read local configurationJunio C Hamano2016-11-221-0/+13
* | Merge branch 'kd/mailinfo-quoted-string'Junio C Hamano2016-10-031-33/+49
|\ \ | |/
| * mailinfo: unescape quoted-pair in header fieldskd/mailinfo-quoted-stringKevin Daudt2016-09-281-0/+14
| * t5100-mailinfo: replace common path prefix with variableKevin Daudt2016-09-281-33/+35
* | mailinfo: handle in-body header continuationsJonathan Tan2016-09-211-1/+1
|/
* mailsplit: support unescaping mboxrd messagesEric Wong2016-06-061-0/+31
* t/t5100: no need to use 'echo' command substitutions for globbingJohannes Sixt2015-12-281-2/+2
* t/t5100-mailinfo.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-6/+6
* t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* git-mailinfo: add --message-idPaolo Bonzini2014-11-251-0/+4
* mailinfo: make ">From" in-body header check more robustJeff King2014-09-161-0/+18
* mailinfo: do not concatenate charset= attribute values from mime headersJunio C Hamano2012-09-171-1/+1
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-1/+1
* git am/mailinfo: Don't look at in-body headers when rebasingLukas Sandström2009-11-201-1/+5
* am/mailinfo: Disable scissors processing by defaultJunio C Hamano2009-08-261-7/+15
* Teach mailinfo to ignore everything before -- >8 -- markJunio C Hamano2009-08-261-1/+1
* Merge branch 'ks/maint-mailinfo-folded'Junio C Hamano2009-01-311-1/+23
|\
| * mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-281-0/+22
| * mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov2009-01-281-1/+1
| * mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-101-1/+1
* | Merge branch 'jc/test-deeper'Junio C Hamano2008-08-201-11/+12
|\ \ | |/ |/|
| * tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-11/+12
* | mailinfo: avoid violating strbuf assertionJeff King2008-08-191-0/+11
|/
* mailinfo: fix MIME multi-part message boundary handlingJunio C Hamano2008-08-091-1/+1
* git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström2008-07-131-1/+1
* t5100: Avoid filename "nul"Junio C Hamano2008-05-271-2/+2
* mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepathsJunio C Hamano2008-05-251-0/+9
* mailsplit and mailinfo: gracefully handle NUL charactersJohannes Schindelin2008-05-251-0/+9
* mailinfo: feed only one line to handle_filter() for QP inputJay Soffian2008-02-151-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-3/+3
* Add a couple more test cases to the suite.Don Zickus2007-03-121-1/+1
* mailinfo: do not get confused with logical lines that are too long.Linus Torvalds2007-02-271-1/+1
* t5100: mailinfo and mailsplit tests.Junio C Hamano2006-06-171-0/+28