diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-04 13:24:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-04 13:24:30 -0700 |
commit | 013e7c7ff498aae82d799f80da37fbd395545456 (patch) | |
tree | 25116c39be6efafeba226fb7d04b4fbaa04624d3 /cache.h | |
parent | f71925983ddc365c167559ecc623f2c000607cda (diff) | |
download | git-013e7c7ff498aae82d799f80da37fbd395545456.tar.gz git-013e7c7ff498aae82d799f80da37fbd395545456.tar.xz |
Move ref path matching to connect.c library
It's a generic thing for matching refs from the other side.
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ struct pack_entry { 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 *); |