sha1_file: set whence in storage-specific info fn
[gitweb.git] / revision.c
index 207103d21188270af83a365064afbc1412524162..6603af944486db6d5ec560dd9c655d24c31ce9e9 100644 (file)
@@ -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;