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