From: Junio C Hamano Date: Sat, 28 Jan 2017 02:01:45 +0000 (-0800) Subject: attr.c: complete a sentence in a comment X-Git-Tag: v2.13.0-rc0~169^2~22 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=6f416cbaff72cd13b1ff44110121672530e69231;p=git.git attr.c: complete a sentence in a comment Signed-off-by: Junio C Hamano Signed-off-by: Stefan Beller Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- diff --git a/attr.c b/attr.c index 6b55a57ef7..9bdf87a6fe 100644 --- a/attr.c +++ b/attr.c @@ -300,7 +300,7 @@ static struct match_attr *parse_attr_line(const char *line, const char *src, * directory (again, reading the file from top to bottom) down to the * current directory, and then scan the list backwards to find the first match. * This is exactly the same as what is_excluded() does in dir.c to deal with - * .gitignore + * .gitignore file and info/excludes file as a fallback. */ static struct attr_stack {