Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 3d9c5b5c4461957fbbc0479e037990db04ebb740 authored by Junio C Hamano on 30 July 2017, 22:06:06 UTC
Git 2.12.4
Tip revision: 3d9c5b5
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top