From: Eric W. Biederman Date: Mon, 12 Jun 2006 19:48:35 +0000 (-0600) Subject: Don't parse any headers in the real body of an email message. X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=2662dbfa58a2d12d1ab3d240b643b9506f43523b;hp=2662dbfa58a2d12d1ab3d240b643b9506f43523b;p=git.git Don't parse any headers in the real body of an email message. It was pointed out that the current behaviour might mispart a patch comment so remove this behaviour for now. [jc: this fixes "From: line in the middle" check in t5100 test.] Signed-off-by: Eric W. Biederman Signed-off-by: Junio C Hamano ---