commit | 013e7c7ff498aae82d799f80da37fbd395545456 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 04 13:24:30 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 04 13:24:30 2005 -0700 |
tree | 25116c39be6efafeba226fb7d04b4fbaa04624d3 | |
parent | f71925983ddc365c167559ecc623f2c000607cda [diff] [blame] |
Move ref path matching to connect.c library It's a generic thing for matching refs from the other side.
diff --git a/cache.h b/cache.h index 52842a0..c79c70f 100644 --- a/cache.h +++ b/cache.h
@@ -261,6 +261,7 @@ extern int git_connect(int fd[2], char *url, const char *prog); extern int finish_connect(pid_t pid); +extern int path_match(const char *path, int nr, char **match); extern void prepare_packed_git(void); extern int use_packed_git(struct packed_git *);