4 #include "string-list.h"
5 #include "run-command.h"
7 struct fetch_pack_args
{
8 const char *uploadpack
;
22 check_self_contained_and_connected
:1,
23 self_contained_and_connected
:1;
27 * sought represents remote references that should be updated from.
28 * On return, the names that were found on the remote will have been
31 struct ref
*fetch_pack(struct fetch_pack_args
*args
,
32 int fd
[], struct child_process
*conn
,
33 const struct ref
*ref
,
37 char **pack_lockfile
);