attr.c: complete a sentence in a comment

Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 27, 2017 at 18:01 UTC 6f416cbaff72cd13b1ff44110121672530e69231
1 file changed +1 -1
attr.c
+1 -1
@@ -300,7 +300,7 @@ static struct match_attr *parse_attr_line(const char *line, const char *src,
300 * directory (again, reading the file from top to bottom) down to the
301 * current directory, and then scan the list backwards to find the first match.
302 * This is exactly the same as what is_excluded() does in dir.c to deal with
303 - * .gitignore
303 + * .gitignore file and info/excludes file as a fallback.
304 */
305
306 static struct attr_stack {