Skip to content

Commit 6f416cb

Browse files
committed
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>
1 parent 5a88401 commit 6f416cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ static struct match_attr *parse_attr_line(const char *line, const char *src,
300300
* directory (again, reading the file from top to bottom) down to the
301301
* current directory, and then scan the list backwards to find the first match.
302302
* 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.
304304
*/
305305

306306
static struct attr_stack {

0 commit comments

Comments
 (0)