diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-27 18:01:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-01 13:46:52 -0800 |
commit | 6f416cbaff72cd13b1ff44110121672530e69231 (patch) | |
tree | 8887f5fe9efd0b45e1070808219ce682bef390fa /attr.c | |
parent | 5a8840194b0525590f930163d72e87a0ab50ac0a (diff) | |
download | git-6f416cbaff72cd13b1ff44110121672530e69231.tar.gz |
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>
Diffstat (limited to 'attr.c')
-rw-r--r-- | attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |