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/msg0014 | |
parent | builtin-mailinfo.c: fix confusing internal API to mailinfo() (diff) | |
download | tgif-200c75f0d6c83039c201ec6784e4ef3fb95f8fcf.tar.xz |
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/msg0014')
-rw-r--r-- | t/t5100/msg0014 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t5100/msg0014 b/t/t5100/msg0014 new file mode 100644 index 0000000000..259c6a46d2 --- /dev/null +++ b/t/t5100/msg0014 @@ -0,0 +1,4 @@ +This teaches mailinfo the scissors -- >8 -- mark; the command ignores +everything before it in the message body. + +Signed-off-by: Junio C Hamano <gitster@pobox.com> |