diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-08-23 01:56:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-26 22:21:32 -0700 |
commit | 200c75f0d6c83039c201ec6784e4ef3fb95f8fcf (patch) | |
tree | a57c4b3e674d3014e85f80e2ed7d57b700500748 /t/t5100/info0014 | |
parent | 606417bc6dba270ea2b0867cd490c2b57cb3bfa8 (diff) | |
download | git-200c75f0d6c83039c201ec6784e4ef3fb95f8fcf.tar.gz |
Teach mailinfo to ignore everything before -- >8 -- mark
This teaches mailinfo the scissors -- >8 -- mark; the command ignores
everything before it in the message body.
For lefties among us, we also support -- 8< -- ;-)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100/info0014')
-rw-r--r-- | t/t5100/info0014 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t5100/info0014 b/t/t5100/info0014 new file mode 100644 index 0000000000..ab9c8d0905 --- /dev/null +++ b/t/t5100/info0014 @@ -0,0 +1,5 @@ +Author: Junio C Hamano +Email: gitster@pobox.com +Subject: Teach mailinfo to ignore everything before -- >8 -- mark +Date: Thu, 20 Aug 2009 17:18:22 -0700 + |