From 200c75f0d6c83039c201ec6784e4ef3fb95f8fcf Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 23 Aug 2009 01:56:19 -0700 Subject: 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 --- t/t5100/msg0014 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/t5100/msg0014 (limited to 't/t5100/msg0014') diff --git a/t/t5100/msg0014 b/t/t5100/msg0014 new file mode 100644 index 000000000..259c6a46d --- /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 -- cgit v1.2.1