summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-15 15:04:17 -0700
committerJunio C Hamano <gitster@pobox.com>2016-05-16 13:55:02 -0700
commita58cd34b01db6317a501c577b68c4fd78af15489 (patch)
tree2dcb1c7434444c19b3d4b63a3143f439a5309fbf
parent7566f4dc1290058438356bd5ed4ad3517b2e9c6e (diff)
downloadgit-a58cd34b01db6317a501c577b68c4fd78af15489.tar.gz
attr.c: complete a sentence in a comment
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 {