https://github.com/git/git
Raw File
Tip revision: 31e0b2ca81ad985a8768c33c0aba547a51d05277 authored by Junio C Hamano on 23 February 2008, 19:31:04 UTC
GIT 1.5.4.3
Tip revision: 31e0b2c
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

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

#endif
back to top