Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 9504f3d3d2e62cb6fba9e7c61c6fe69dec9053a4 authored by Junio C Hamano on 20 January 2010, 21:29:21 UTC
Git 1.6.6.1
Tip revision: 9504f3d
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top