Staging
v0.8.1
Revision 2b6f0b0a78a713be51149f27c2c1172fe4afc9cd authored by Shawn Bohrer on 13 April 2008, 23:49:38 UTC, committed by Junio C Hamano on 15 April 2008, 06:14:58 UTC
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f2d0df7
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