Revision 71e83b2e7da61f699f4405233cc20ebf9cb7c66e authored by Junio C Hamano on 08 February 2021, 22:05:53 UTC, committed by Junio C Hamano on 08 February 2021, 22:05:54 UTC
Doc update.

* ma/doc-pack-format-varint-for-sizes:
  pack-format.txt: document sizes at start of delta data
2 parent s 5731e40 + 7b77f5a
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