Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 4384e3cde2ce8ecd194202e171ae16333d241326 authored by Junio C Hamano on 04 August 2017, 16:31:12 UTC
Git 2.14
Tip revision: 4384e3c
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