https://github.com/git/git
Raw File
Tip revision: 53cdd4e1b2017a7580d0c4b7f530f0678985c8dc authored by Junio C Hamano on 28 January 2013, 19:17:54 UTC
Git 1.8.1.2
Tip revision: 53cdd4e
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