https://github.com/git/git
Raw File
Tip revision: b142da2a5dec8f868a61322e2ab591e9a008ec3b authored by Junio C Hamano on 17 October 2009, 06:56:55 UTC
GIT 1.6.5.1
Tip revision: b142da2
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top