Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e authored by Junio C Hamano on 26 February 2016, 21:45:26 UTC
Git 2.8-rc0
Tip revision: f02fbc4
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