Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 7064ca51b08304d56bf57d2cceb2884f1abf66e5 authored by Junio C Hamano on 07 June 2008, 18:45:48 UTC
GIT 1.5.5.4
Tip revision: 7064ca5
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top