1 Star 1 Fork 0

wl4g-collect/git-2.27.0

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
reachable.h 304 Bytes
Copy Edit Raw Blame History
wanglsir authored 2021-05-24 11:40 . Init Commit
#ifndef REACHEABLE_H
#define REACHEABLE_H
struct progress;
struct rev_info;
int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
timestamp_t timestamp);
void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
timestamp_t mark_recent, struct progress *);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wl4g-collect/git-2.27.0.git
git@gitee.com:wl4g-collect/git-2.27.0.git
wl4g-collect
git-2.27.0
git-2.27.0
master

Search