Staging
v0.8.1
https://github.com/git/git
Raw File
Tip revision: bf505158d0292eed441fff1bc9157da19645ee91 authored by Junio C Hamano on 02 May 2012, 04:18:44 UTC
Git 1.7.10.1
Tip revision: bf50515
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