4 #include "string-list.h"
6 struct fetch_pack_args {
7 const char *uploadpack;
20 check_self_contained_and_connected:1,
21 self_contained_and_connected:1;
25 * sought represents remote references that should be updated from.
26 * On return, the names that were found on the remote will have been
29 struct ref *fetch_pack(struct fetch_pack_args *args,
30 int fd[], struct child_process *conn,
31 const struct ref *ref,
35 char **pack_lockfile);