Staging
v0.5.1
Revision 7685227e973fce34340d3766b1775263751afa56 authored by Junio C Hamano on 28 March 2007, 22:58:09 UTC, committed by Junio C Hamano on 28 March 2007, 22:58:09 UTC
1 parent 43a8e4f
Raw File
reflog-walk.h
#ifndef REFLOG_WALK_H
#define REFLOG_WALK_H

extern void init_reflog_walk(struct reflog_walk_info** info);
extern void add_reflog_for_walk(struct reflog_walk_info *info,
		struct commit *commit, const char *name);
extern void fake_reflog_parent(struct reflog_walk_info *info,
		struct commit *commit);
extern void show_reflog_message(struct reflog_walk_info *info, int, int);

#endif
back to top