/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
add.c: move pathspec matchers into new pathspec.c for reuse
[git/git.git]
/
pathspec.h
Commit
Line
Data
6f525e71
AS
1
#ifndef PATHSPEC_H
2
#define PATHSPEC_H
3
4
extern char *find_used_pathspec(const char **pathspec);
5
extern void fill_pathspec_matches(const char **pathspec, char *seen, int specs);
6
7
#endif /* PATHSPEC_H */