1 Star 0 Fork 0

cccccrush / git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
upload-pack.h 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
Denton Liu 提交于 2019-04-29 04:28 . *.[ch]: manually align parameter lists
#ifndef UPLOAD_PACK_H
#define UPLOAD_PACK_H
struct upload_pack_options {
int stateless_rpc;
int advertise_refs;
unsigned int timeout;
int daemon_mode;
};
void upload_pack(struct upload_pack_options *options);
struct repository;
struct argv_array;
struct packet_reader;
int upload_pack_v2(struct repository *r, struct argv_array *keys,
struct packet_reader *request);
struct strbuf;
int upload_pack_advertise(struct repository *r,
struct strbuf *value);
#endif /* UPLOAD_PACK_H */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cccccrush/git.git
git@gitee.com:cccccrush/git.git
cccccrush
git
git
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891