Staging
v0.5.1
https://github.com/git/git
Revision d9589d4051537c387b70dc76e430c61b4c85a86d authored by Johannes Schindelin on 04 December 2019, 22:05:10 UTC, committed by Johannes Schindelin on 06 December 2019, 15:31:24 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5421ddd
Raw File
Tip revision: d9589d4051537c387b70dc76e430c61b4c85a86d authored by Johannes Schindelin on 04 December 2019, 22:05:10 UTC
Git 2.22.2
Tip revision: d9589d4
reachable.h
#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
back to top