]> git.ipfire.org Git - thirdparty/git.git/blame - reflog-walk.h
GIT-VERSION-FILE: check ./version first.
[thirdparty/git.git] / reflog-walk.h
CommitLineData
8860fd42
JS
1#ifndef REFLOG_WALK_H
2#define REFLOG_WALK_H
3
4extern void init_reflog_walk(struct reflog_walk_info** info);
5extern void add_reflog_for_walk(struct reflog_walk_info *info,
6 struct commit *commit, const char *name);
7extern void fake_reflog_parent(struct reflog_walk_info *info,
8 struct commit *commit);
4e244cbc 9extern void show_reflog_message(struct reflog_walk_info *info, int, int);
8860fd42
JS
10
11#endif