4 #include "string-list.h"
6 struct fetch_pack_args
{
7 const char *uploadpack
;
23 * sought represents remote references that should be updated from.
24 * On return, the names that were found on the remote will have been
27 struct ref
*fetch_pack(struct fetch_pack_args
*args
,
28 int fd
[], struct child_process
*conn
,
29 const struct ref
*ref
,
33 char **pack_lockfile
);