1 Star 0 Fork 0

lbpp / git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pack-revindex.h 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef PACK_REVINDEX_H
#define PACK_REVINDEX_H
struct packed_git;
struct revindex_entry {
off_t offset;
unsigned int nr;
};
void load_pack_revindex(struct packed_git *p);
int find_revindex_position(struct packed_git *p, off_t ofs);
struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs);
#endif
C
1
https://gitee.com/lbpp/git.git
git@gitee.com:lbpp/git.git
lbpp
git
git
master

搜索帮助