Skip to content
Snippets Groups Projects
Select Git revision
  • v2.34.0-rc2
  • master default protected
  • seen
  • next
  • todo
  • maint
  • jch
  • v2.50.1
  • v2.50.0
  • v2.47.3
  • v2.48.2
  • v2.49.1
  • v2.43.7
  • v2.44.4
  • v2.45.4
  • v2.46.4
  • v2.50.0-rc2
  • v2.50.0-rc1
  • v2.50.0-rc0
  • v2.49.0
  • v2.49.0-rc2
  • v2.49.0-rc1
  • v2.49.0-rc0
  • v2.48.1
  • v2.48.0
  • v2.48.0-rc2
  • v2.48.0-rc1
27 results

patch0018--no-inbody-headers

Blame
  • user avatar
    Jonathan Tan authored and Junio C Hamano committed
    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: default avatarJonathan Tan <jonathantanmy@google.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    6b4b013f
    History
    patch0018--no-inbody-headers 96 B