Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 7fb6bcff2dece2ff9fbc5ebfe526d9b2a7e764c4 authored by Junio C Hamano on 13 September 2009, 08:04:23 UTC
GIT 1.6.4.3
Tip revision: 7fb6bcf
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top