t3700-add: add a POSIXPERM prerequisite to a new test
[git/dscho.git] / reflog-walk.h
blob74c90964bd95dcd97a5acde83c83b2f3b61c2441
1 #ifndef REFLOG_WALK_H
2 #define REFLOG_WALK_H
4 #include "cache.h"
6 extern void init_reflog_walk(struct reflog_walk_info** info);
7 extern int add_reflog_for_walk(struct reflog_walk_info *info,
8 struct commit *commit, const char *name);
9 extern void fake_reflog_parent(struct reflog_walk_info *info,
10 struct commit *commit);
11 extern void show_reflog_message(struct reflog_walk_info *info, int,
12 enum date_mode);
14 #endif