Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 78bc46675353e4833a59e0f4dfa47d57a9c1a46b authored by Junio C Hamano on 26 March 2011, 00:56:14 UTC
Git 1.7.4.2
Tip revision: 78bc466
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top