Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: c7c84859ad586ae5670224e1abc4f846f7c3a9ae authored by Junio C Hamano on 16 June 2007, 06:58:18 UTC
GIT 1.5.2.2
Tip revision: c7c8485
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top