1#ifndef REFLOG_WALK_H2#define REFLOG_WALK_H34extern void init_reflog_walk(struct reflog_walk_info** info);5extern void add_reflog_for_walk(struct reflog_walk_info *info,6struct commit *commit, const char *name);7extern void fake_reflog_parent(struct reflog_walk_info *info,8struct commit *commit);9extern void show_reflog_message(struct reflog_walk_info *info, int, int);1011#endif