Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 1fdf6ee6f81b31b299a8039832f45290faa4583a authored by Junio C Hamano on 06 August 2008, 19:44:55 UTC
GIT 1.6.0-rc2
Tip revision: 1fdf6ee
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top