https://github.com/git/git
Raw File
Tip revision: ce33288ea6b81a2f4f5aecd72177bcc8174562ae authored by Junio C Hamano on 21 January 2008, 01:04:53 UTC
GIT 1.5.4-rc4
Tip revision: ce33288
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top