<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/t/t5100/patch0018, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-09-21T17:23:11Z</updated>
<entry>
<title>mailinfo: handle in-body header continuations</title>
<updated>2016-09-21T17:23:11Z</updated>
<author>
<name>Jonathan Tan</name>
<email>jonathantanmy@google.com</email>
</author>
<published>2016-09-20T17:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6b4b013f1884a3b5e67877d65a9f1da598ab4a6f'/>
<id>urn:sha1:6b4b013f1884a3b5e67877d65a9f1da598ab4a6f</id>
<content type='text'>
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 &lt;author@example.com&gt;
  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 &lt;jonathantanmy@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
