Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pathspec.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1cb1909e4cb194862c276cdb228e032f1f9b544d (plain)
1
2
3
4
5
6
7
#ifndef PATHSPEC_H
#define PATHSPEC_H

extern char *find_used_pathspec(const char **pathspec);
extern void fill_pathspec_matches(const char **pathspec, char *seen, int specs);

#endif /* PATHSPEC_H */