add replay and log to the usage string of git-bisect
[gitweb.git] / reflog-walk.h
index 787996b377b73cb653ac5b46af3bdf9585570d78..e63d86778bbba826c0943598e1130d31a87b4b77 100644 (file)
@@ -6,6 +6,6 @@ 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);
+extern void show_reflog_message(struct reflog_walk_info *info, int);
 
 #endif