]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pathspec.c
mingw: use lowercase includes for some Windows headers
[thirdparty/git.git] / pathspec.c
index 1e57b6c667d3d49045979ff8d361abdea7ed835e..6966b265d33aa8be6794a051b96668931c2b2092 100644 (file)
@@ -736,7 +736,7 @@ int match_pathspec_attrs(struct index_state *istate,
        if (name[namelen])
                name = to_free = xmemdupz(name, namelen);
 
-       git_check_attr(istate, NULL, name, item->attr_check);
+       git_check_attr(istate, name, item->attr_check);
 
        free(to_free);