]> git.ipfire.org Git - thirdparty/git.git/blobdiff - reflog-walk.c
Add script for importing bits-and-pieces to Git.
[thirdparty/git.git] / reflog-walk.c
index fd065f4e1a689176a3f3255b2d88270bce094ff0..5623ea6b48a2f355e8866eabb2805b51b4127a4a 100644 (file)
@@ -241,7 +241,7 @@ void fake_reflog_parent(struct reflog_walk_info *info, struct commit *commit)
        commit->object.flags &= ~(ADDED | SEEN | SHOWN);
 }
 
-void show_reflog_message(struct reflog_walk_infoinfo, int oneline,
+void show_reflog_message(struct reflog_walk_info *info, int oneline,
        enum date_mode dmode)
 {
        if (info && info->last_commit_reflog) {