Make read_one_header_line return a flag not a length.
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 23 May 2006 19:44:11 +0000 (13:44 -0600)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 21:00:15 +0000 (14:00 -0700)
Currently we only use the return value from read_one_header line
to tell if the line we have read is a header or not. So make
it a flag. This paves the way for better email detection.

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