Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 902f235378cb2b2f6dd5dd664b9630c95321f0ae authored by Junio C Hamano on 23 December 2009, 19:58:52 UTC
Git 1.6.6
Tip revision: 902f235
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top