Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 99c7ff35257886df349eafd7a370a1d530d731ec authored by Junio C Hamano on 29 August 2007, 07:11:27 UTC
GIT 1.5.3-rc7
Tip revision: 99c7ff3
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top