Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 5d417842efeafb6e109db7574196901c4e95d273 authored by Junio C Hamano on 31 December 2012, 22:24:22 UTC
Git 1.8.1
Tip revision: 5d41784
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