Staging
v0.5.1
Revision b296e8fce6de6a40a41b5168dfbe735d11255256 authored by Junio C Hamano on 29 January 2009, 08:12:52 UTC, committed by Junio C Hamano on 29 January 2009, 08:12:52 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a9ed6ce
Raw File
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top