Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: a95148dea1d9546e96adef7c3cad11be80aa30f5 authored by Junio C Hamano on 04 March 2009, 07:02:16 UTC
GIT 1.6.2
Tip revision: a95148d
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top