10 const char **push_refspec
;
14 const char **fetch_refspec
;
15 struct refspec
*fetch
;
18 const char *receivepack
;
21 struct remote
*remote_get(const char *name
);
23 int remote_has_uri(struct remote
*remote
, const char *uri
);
33 int match_refs(struct ref
*src
, struct ref
*dst
, struct ref
***dst_tail
,
34 int nr_refspec
, char **refspec
, int all
);
37 * For the given remote, reads the refspec's src and sets the other fields.
39 int remote_find_tracking(struct remote
*remote
, struct refspec
*refspec
);