summaryrefslogtreecommitdiff
path: root/t/t5100/msg0010
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-14 23:47:23 -0700
committerJunio C Hamano <gitster@pobox.com>2008-07-14 23:47:23 -0700
commitabce32b5ba5cf91c85b032d2dbb2702679a5608e (patch)
treed950fe45585e2db860707e85a99ad3f03a9378c0 /t/t5100/msg0010
parent19792b27da51bc52cfd08c7a17473b8a1f26d8a3 (diff)
parente9fe804a8282107084a35d3a64e757daf217b042 (diff)
Merge branch 'ls/maint-mailinfo-patch-label'
* ls/maint-mailinfo-patch-label: git-mailinfo: Fix getting the subject from the in-body [PATCH] line
Diffstat (limited to 't/t5100/msg0010')
-rw-r--r--t/t5100/msg00105
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t5100/msg0010 b/t/t5100/msg0010
new file mode 100644
index 0000000000..a96c230092
--- /dev/null
+++ b/t/t5100/msg0010
@@ -0,0 +1,5 @@
+"Subject: " isn't in the static array "header", and thus
+memcmp("Subject: ", header[i], 7) will never match.
+
+Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
+Signed-off-by: Junio C Hamano <gitster@pobox.com>