https://github.com/git/git
Revision a8732f64978ed5debd60a3f49c85421b2e769492 authored by Miu Mok on 29 January 2020, 22:53:31 UTC, committed by GitHub on 29 January 2020, 22:53:31 UTC
1 parent a6c87f2
Raw File
Tip revision: a8732f64978ed5debd60a3f49c85421b2e769492 authored by Miu Mok on 29 January 2020, 22:53:31 UTC
Revert "Create greetings.yml"
Tip revision: a8732f6
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

struct progress;
extern int add_unseen_recent_objects_to_traversal(struct rev_info *revs,
						  timestamp_t timestamp);
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog,
				   timestamp_t mark_recent, struct progress *);

#endif
back to top