Signed-off-by: Junio C Hamano <gitster@pobox.com>
@ -779,8 +779,7 @@ static int handle_commit_msg(struct strbuf *line)
return 0;
if (still_looking) {
strbuf_ltrim(line);
if (!line->len || (line->len == 1 && line->buf[0] == '\n'))
if (!line->len)
}