Staging
v0.5.2
https://github.com/git/git
Raw File
Tip revision: 527b9d704d929a2fff2f9bf1c5e2856725c1416d authored by Junio C Hamano on 16 December 2009, 18:23:54 UTC
Git 1.6.5.7
Tip revision: 527b9d7
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top