Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17 authored by Junio C Hamano on 26 July 2009, 07:04:50 UTC
GIT 1.6.4-rc3
Tip revision: d8f7be2
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top