Merge branch 'mst/connect'
* mst/connect: connect: display connection progress
This commit is contained in:
3
cache.h
3
cache.h
@ -461,7 +461,8 @@ struct ref {
|
||||
#define REF_HEADS (1u << 1)
|
||||
#define REF_TAGS (1u << 2)
|
||||
|
||||
extern pid_t git_connect(int fd[2], char *url, const char *prog);
|
||||
#define CONNECT_VERBOSE (1u << 0)
|
||||
extern pid_t git_connect(int fd[2], char *url, const char *prog, int flags);
|
||||
extern int finish_connect(pid_t pid);
|
||||
extern int path_match(const char *path, int nr, char **match);
|
||||
extern int match_refs(struct ref *src, struct ref *dst, struct ref ***dst_tail,
|
||||
|
Reference in New Issue
Block a user