1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-20 09:56:10 +02:00
git/reachable.h

13 lines
304 B
C
Raw Normal View History

#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