Revision 115f0fe49951b951495bdcd0420a44fb11c2173a authored by Shawn O. Pearce on 12 March 2007, 17:40:31 UTC, committed by Junio C Hamano on 12 March 2007, 18:44:46 UTC
Since git-gui 0.6.4 the credits file is no longer produced.
This file was removed from git-gui due to build issues that
a lot of users and Git developers have reported running into.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3ed02de
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