Staging
v0.5.1
https://github.com/git/git
Revision 4dac0679feaebbf6545daec14480cf6b94cb74ed authored by Junio C Hamano on 25 February 2013, 16:39:23 UTC, committed by Junio C Hamano on 25 February 2013, 17:03:26 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 98b57f9
Raw File
Tip revision: 4dac0679feaebbf6545daec14480cf6b94cb74ed authored by Junio C Hamano on 25 February 2013, 16:39:23 UTC
Git 1.8.2-rc1
Tip revision: 4dac067
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top