In handle_body only read a line if we don't already have one.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 23 May 2006 19:49:00 +0000 (13:49 -0600)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 21:07:42 +0000 (14:07 -0700)
commit1f36bee67e604735bc48be7fc731a823e6c5807f
tree0fbb3b73b0499238d728f7672048127cdc2b5bd8
parent8b4525fb3c6d79bd3a64b8f441237a4095db4e22
In handle_body only read a line if we don't already have one.

This prepares for detecting non-email patches that don't have
mail headers.  In which case we have already read the first
line so handle_body should not ignore it.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
mailinfo.c