mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
upload-pack: introduce fetch server command
Introduce the 'fetch' server 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
5b872fff18
commit
3145ea957d
@@ -10,4 +10,10 @@ struct upload_pack_options {
|
||||
|
||||
void upload_pack(struct upload_pack_options *options);
|
||||
|
||||
struct repository;
|
||||
struct argv_array;
|
||||
struct packet_reader;
|
||||
extern int upload_pack_v2(struct repository *r, struct argv_array *keys,
|
||||
struct packet_reader *request);
|
||||
|
||||
#endif /* UPLOAD_PACK_H */
|
||||
|
||||
Reference in New Issue
Block a user