fetch-pack: perform a fetch using v2
When communicating with a v2 server, perform a fetch by requesting the 'fetch' command. Signed-off-by: Brandon Williams <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
3145ea957d
commit
685fbd3291
@ -16,4 +16,8 @@ struct packet_reader;
|
||||
extern int upload_pack_v2(struct repository *r, struct argv_array *keys,
|
||||
struct packet_reader *request);
|
||||
|
||||
struct strbuf;
|
||||
extern int upload_pack_advertise(struct repository *r,
|
||||
struct strbuf *value);
|
||||
|
||||
#endif /* UPLOAD_PACK_H */
|
||||
|
Reference in New Issue
Block a user