diff options
Diffstat (limited to 'pathspec.h')
| -rw-r--r-- | pathspec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pathspec.h b/pathspec.h index de537cff3c..cda3eb5b91 100644 --- a/pathspec.h +++ b/pathspec.h @@ -184,6 +184,12 @@ int match_pathspec(struct index_state *istate, const char *name, int namelen, int prefix, char *seen, int is_dir); +/* Set both DO_MATCH_DIRECTORY and DO_MATCH_LEADING_PATHSPEC if is_dir true */ +int match_leading_pathspec(struct index_state *istate, + const struct pathspec *ps, + const char *name, int namelen, + int prefix, char *seen, int is_dir); + /* * Determine whether a pathspec will match only entire index entries (non-sparse * files and/or entire sparse directories). If the pathspec has the potential to |
