Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 0a53e9ddeaddad63ad106860237bbf53411d11a7 authored by Junio C Hamano on 29 July 2009, 07:32:42 UTC
GIT 1.6.4
Tip revision: 0a53e9d
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top