Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 1f9b620fdbf27835f54b11008d64c4014b8f4c32 authored by Junio C Hamano on 20 April 2009, 00:34:26 UTC
GIT 1.6.2.4
Tip revision: 1f9b620
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top