]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pathspec.c
userdiff: support Java type parameters
[thirdparty/git.git] / pathspec.c
index e038481dc48bc7c316368f75d276757fbec8c099..dbcfe7b32169d7f29de7fea28c39d01169203342 100644 (file)
@@ -730,7 +730,7 @@ int match_pathspec_attrs(struct index_state *istate,
        if (name[namelen])
                name = to_free = xmemdupz(name, namelen);
 
-       git_check_attr(istate, name, item->attr_check);
+       git_check_attr(istate, NULL, name, item->attr_check);
 
        free(to_free);