https://github.com/git/git
Raw File
Tip revision: a3f7b926a926aaff563ca93127a6436e43ab5de9 authored by Elijah Newren on 05 June 2020, 06:41:24 UTC
dir: fix treatment of negated pathspecs
Tip revision: a3f7b92
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