Revision 518e8748979dbe485f519d0f63c3642cc1643f79 authored by Junio C Hamano on 25 July 2019, 21:27:08 UTC, committed by Junio C Hamano on 25 July 2019, 21:27:08 UTC
More parameter validation.

* es/grep-require-name-when-needed:
  grep: fail if call could output and name is null
2 parent s 90891c6 + de99eb0
Raw File
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