Documentation: don't reference non-existent 'git-cvsapplycommit'
[git/dscho.git] / reflog-walk.h
bloba4f7015d3e77b7f59ac5bf1e01713b8d277bc879
1 #ifndef REFLOG_WALK_H
2 #define REFLOG_WALK_H
4 extern void init_reflog_walk(struct reflog_walk_info** info);
5 extern void add_reflog_for_walk(struct reflog_walk_info *info,
6 struct commit *commit, const char *name);
7 extern void fake_reflog_parent(struct reflog_walk_info *info,
8 struct commit *commit);
9 extern void show_reflog_message(struct reflog_walk_info *info, int, int);
11 #endif