Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/warn-tagging-a-tag'
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 0f0cdd8c0fc9ee40c1f56d1935c1816eb03601ad..c2846df3f1d3be68b376ea154e2607726f32d01c 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-242,7
+242,7
@@
static int include_by_gitdir(const struct config_options *opts,
}
ret = !wildmatch(pattern.buf + prefix, text.buf + prefix,
-
icase ? WM_CASEFOLD : 0
);
+
WM_PATHNAME | (icase ? WM_CASEFOLD : 0)
);
if (!ret && !already_tried_absolute) {
/*