Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag: convert gpg_verify_tag to use struct object_id
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index e181ad1b70d06a0f64869a925c98cbc8558ef684..9ff120b30518aa2b3f7cc214a1c921d739108d7c 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-1142,7
+1142,7
@@
int ref_excluded(struct string_list *ref_excludes, const char *path)
if (!ref_excludes)
return 0;
for_each_string_list_item(item, ref_excludes) {
- if (!wildmatch(item->string, path, 0
, NULL
))
+ if (!wildmatch(item->string, path, 0))
return 1;
}
return 0;