]> git.ipfire.org Git - thirdparty/git.git/blob - upload-pack.h
Merge branch 'jk/is-promisor-object-keep-tree-in-use' into maint
[thirdparty/git.git] / upload-pack.h
1 #ifndef UPLOAD_PACK_H
2 #define UPLOAD_PACK_H
3
4 void upload_pack(const int advertise_refs, const int stateless_rpc,
5 const int timeout);
6
7 struct repository;
8 struct packet_reader;
9 int upload_pack_v2(struct repository *r, struct packet_reader *request);
10
11 struct strbuf;
12 int upload_pack_advertise(struct repository *r,
13 struct strbuf *value);
14
15 #endif /* UPLOAD_PACK_H */