https://github.com/git/git
Raw File
Tip revision: dcb11cca50992339af744e25ca5d0f94b478d3b9 authored by Junio C Hamano on 28 October 2013, 17:21:29 UTC
Git 1.8.4.2
Tip revision: dcb11cc
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