aboutsummaryrefslogtreecommitdiff
path: root/t/t5100/msg0014
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-08-23 01:56:19 -0700
committerJunio C Hamano <gitster@pobox.com>2009-08-26 22:21:32 -0700
commit200c75f0d6c83039c201ec6784e4ef3fb95f8fcf (patch)
treea57c4b3e674d3014e85f80e2ed7d57b700500748 /t/t5100/msg0014
parent606417bc6dba270ea2b0867cd490c2b57cb3bfa8 (diff)
downloadgit-200c75f0d6c83039c201ec6784e4ef3fb95f8fcf.tar.gz
git-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/msg00144
1 files changed, 4 insertions, 0 deletions
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 <gitster@pobox.com>