Staging
v0.5.1
https://github.com/git/git
Revision bbaf63f2f18242484868d6c03d5df9bd071d6deb authored by Shawn O. Pearce on 19 October 2007, 05:18:29 UTC, committed by Shawn O. Pearce on 19 October 2007, 05:18:29 UTC
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 89d750b
Raw File
Tip revision: bbaf63f2f18242484868d6c03d5df9bd071d6deb authored by Shawn O. Pearce on 19 October 2007, 05:18:29 UTC
Further 1.5.3.5 fixes described in release notes
Tip revision: bbaf63f
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top