mailinfo: handle in-body header continuations
Mailinfo currently handles multi-line headers, but it does not handle multi-line in-body headers. Teach it to handle such headers, for example, for this input: From: author <author@example.com> Date: Fri, 9 Jun 2006 00:44:16 -0700 Subject: a very long broken line Subject: another very long broken line interpret the in-body subject to be "another very long broken line" instead of "another very long". An existing test (t/t5100/msg0015) has an indented line immediately after an in-body header - it has been modified to reflect the new functionality. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
9c5681da88
commit
6b4b013f18
5
t/t5100/info0018
Normal file
5
t/t5100/info0018
Normal file
@ -0,0 +1,5 @@
|
||||
Author: Another Thor
|
||||
Email: a.thor@example.com
|
||||
Subject: This one contains a tab and a space
|
||||
Date: Fri, 9 Jun 2006 00:44:16 -0700
|
||||
|
Reference in New Issue
Block a user