Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: b75cdfaa882a00f2274e74b21c1a9927d184ed29 authored by Junio C Hamano on 26 April 2013, 22:45:09 UTC
Git 1.8.3-rc0
Tip revision: b75cdfa
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