Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: ccef6048cd697063967e5e02937911fd8125b364 authored by Junio C Hamano on 24 August 2011, 19:16:58 UTC
Git 1.7.6.1
Tip revision: ccef604
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top