Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 3330a2c4f6b494f2b02fda2869d85bc1f8e019aa authored by Junio C Hamano on 05 February 2014, 22:05:31 UTC
Git 1.8.5.4
Tip revision: 3330a2c
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top