Project:
Git
Code Location:
git://github.com/git/git.gitmaster
/
Outline
reachable.h
#ifndef REACHEABLE_H #define REACHEABLE_H struct progress; extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, struct progress *); #endif
