From: Eric W. Biederman Date: Tue, 23 May 2006 19:44:11 +0000 (-0600) Subject: Make read_one_header_line return a flag not a length. X-Git-Tag: v1.4.0-rc1~49^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f8128cfb8d5892e76611d024a19c1ecdace9a39e?ds=inline;hp=f8128cfb8d5892e76611d024a19c1ecdace9a39e Make read_one_header_line return a flag not a length. 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 Signed-off-by: Junio C Hamano ---