summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-28 11:54:31 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-28 14:40:17 -0700
commit5737706609d331ec1137df92d7ac4cc9647279a0 (patch)
tree4fee53c5eebd5961533b8921414a13f4040a0bcc
parent44f7f1ebd2a0a9f41cbd8d417ba3e94fe3821b9c (diff)
downloadgit-5737706609d331ec1137df92d7ac4cc9647279a0.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: Junio C Hamano <gitster@pobox.com>
-rw-r--r--attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attr.c b/attr.c
index 05db6671a7..a7f2c3fdaf 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 {