Staging
v0.5.1
https://github.com/git/git
Revision 9db41eba4259126dbe1c68e2207d342d11f14745 authored by Junio C Hamano on 15 December 2010, 19:40:40 UTC, committed by Junio C Hamano on 15 December 2010, 19:40:40 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s bd01c6d + cb198b3
Raw File
Tip revision: 9db41eba4259126dbe1c68e2207d342d11f14745 authored by Junio C Hamano on 15 December 2010, 19:40:40 UTC
Git 1.7.1.4
Tip revision: 9db41eb
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top