Merge branch 'js/test-git-installed'
[gitweb.git] / pathspec.h
index 5fd781d6952918255c866da896ec7f926ffdfdc2..1c18a2c90c4148471f52e27c39685e80a9a414e1 100644 (file)
@@ -111,5 +111,8 @@ void add_pathspec_matches_against_index(const struct pathspec *pathspec,
                                        char *seen);
 char *find_pathspecs_matching_against_index(const struct pathspec *pathspec,
                                            const struct index_state *istate);
+int match_pathspec_attrs(const struct index_state *istate,
+                        const char *name, int namelen,
+                        const struct pathspec_item *item);
 
 #endif /* PATHSPEC_H */