diff options
Diffstat (limited to 'third_party/git/reachable.h')
-rw-r--r-- | third_party/git/reachable.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/git/reachable.h b/third_party/git/reachable.h new file mode 100644 index 000000000000..5df932ad8f54 --- /dev/null +++ b/third_party/git/reachable.h @@ -0,0 +1,12 @@ +#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 |