Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: be3fa9125e708348c7baf04ebe9507a72a9d1800 authored by Junio C Hamano on 31 October 2011, 02:14:24 UTC
Git 1.7.8-rc0
Tip revision: be3fa91
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog);

#endif
back to top