Staging
v0.5.1
Revision 7c181d627c136cbc67ef0f722e74e34017e662f0 authored by Junio C Hamano on 09 November 2008, 01:33:50 UTC, committed by Junio C Hamano on 09 November 2008, 05:29:22 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ee5391c
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