Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: cff4231a1dfbe68b4a163b31406d862567d3243a authored by Junio C Hamano on 22 June 2009, 04:02:49 UTC
GIT 1.6.3.3
Tip revision: cff4231
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top