Merge branch 'db/show-ref-head'
[git/mingw.git] / pathspec.h
blobdb0184a1acda155fa2b6d6fa07b6a87dc0683e57
1 #ifndef PATHSPEC_H
2 #define PATHSPEC_H
4 extern char *find_pathspecs_matching_against_index(const char **pathspec);
5 extern void add_pathspec_matches_against_index(const char **pathspec, char *seen, int specs);
6 extern const char *check_path_for_gitlink(const char *path);
7 extern void die_if_path_beyond_symlink(const char *path, const char *prefix);
9 #endif /* PATHSPEC_H */