Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d83a831bf4eca748f159b326d5a2562085013900 authored by Junio C Hamano on 03 April 2011, 07:12:31 UTC
Git 1.7.4.3
Tip revision: d83a831
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top