Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reachable.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40751810b64f8bbf9c0a633472a0ef27d23ed1a5 (plain)
1
2
3
4
5
6
#ifndef REACHEABLE_H
#define REACHEABLE_H

extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog);

#endif