diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-14 23:47:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-14 23:47:23 -0700 |
commit | abce32b5ba5cf91c85b032d2dbb2702679a5608e (patch) | |
tree | d950fe45585e2db860707e85a99ad3f03a9378c0 /t/t5100/msg0010 | |
parent | 19792b27da51bc52cfd08c7a17473b8a1f26d8a3 (diff) | |
parent | e9fe804a8282107084a35d3a64e757daf217b042 (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/msg0010 | 5 |
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> |