diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-11 16:47:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-11 16:47:07 -0800 |
commit | 40aab8119f38c622f58d8e612e7a632eb1f3ded2 (patch) | |
tree | b7f492f0a23620c8399b073d6cfec9375f1ce470 /fetch-pack.h | |
parent | e3560df69d5ff8047bb82524ef23f7c08c729b64 (diff) | |
parent | fb32c9172a1f2828d75f5d17d8ceea8ffe692f2a (diff) | |
download | git-40aab8119f38c622f58d8e612e7a632eb1f3ded2.tar.gz |
Merge branch 'db/no-separate-ls-remote-connection' (early part)
* 'db/no-separate-ls-remote-connection' (early part):
Fix "git clone" for git:// protocol
Reduce the number of connects when fetching
Diffstat (limited to 'fetch-pack.h')
-rw-r--r-- | fetch-pack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetch-pack.h b/fetch-pack.h index a7888ea302..8d35ef60bf 100644 --- a/fetch-pack.h +++ b/fetch-pack.h @@ -16,6 +16,8 @@ struct fetch_pack_args }; struct ref *fetch_pack(struct fetch_pack_args *args, + int fd[], struct child_process *conn, + const struct ref *ref, const char *dest, int nr_heads, char **heads, |