From 6262fe9ca3cd61d27ca5c5599ab46d166e5b23a2 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 26 Aug 2015 04:51:00 +0200 Subject: trailer: retitle a test and correct an in-comment message Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- trailer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trailer.c') diff --git a/trailer.c b/trailer.c index f7d271397..a92ba53fa 100644 --- a/trailer.c +++ b/trailer.c @@ -748,7 +748,8 @@ static int find_trailer_start(struct strbuf **lines, int count) /* * Get the start of the trailers by looking starting from the end * for a line with only spaces before lines with one separator. - * The start cannot be the first line. + * The first line must not be analyzed as the others as it + * should be either the message title or a blank line. */ for (start = count - 1; start >= 1; start--) { if (lines[start]->buf[0] == comment_line_char) -- cgit v1.2.1