4 #include "string-list.h"
6 struct fetch_pack_args {
7 const char *uploadpack;
23 * sought contains the full names of remote references that should be
24 * updated from. On return, the names that were found on the remote
25 * will have been removed from the list. The util members of the
26 * string_list_items are used internally; they must be NULL on entry
27 * (and will be NULL on exit).
29 struct ref *fetch_pack(struct fetch_pack_args *args,
30 int fd[], struct child_process *conn,
31 const struct ref *ref,
33 struct string_list *sought,
34 char **pack_lockfile);