Staging
v0.5.1
Revision a475e8095aeb898c1ca60673b82df97d2300cc95 authored by Junio C Hamano on 21 August 2007, 05:48:29 UTC, committed by Junio C Hamano on 21 August 2007, 05:48:29 UTC
Hopefully last rc of 1.5.3 cycle, except a few documentation and
message wording changes, and git-gui 0.8.2.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 941fd1c
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