Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 740a8fc2249cf7d8b39ab50a25bbf86554158ae7 authored by Junio C Hamano on 12 September 2011, 17:33:03 UTC
Git 1.7.6.3
Tip revision: 740a8fc
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top