aboutsummaryrefslogtreecommitdiffstats
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
parentMerge branch 'om/rerere-careful' (diff)
parentgit-mailinfo: Fix getting the subject from the in-body [PATCH] line (diff)
downloadgit-abce32b5ba5cf91c85b032d2dbb2702679a5608e.tar.gz
git-abce32b5ba5cf91c85b032d2dbb2702679a5608e.zip
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>