Add a missing fork() error check.
[gitweb.git] / reflog-walk.c
index 8e2cd2fcf603cdcf667b8d5d9c61a6ce902dd189..82621601d63fff25c46d96b0ade5058fe4e16a28 100644 (file)
@@ -233,7 +233,7 @@ void show_reflog_message(struct reflog_walk_info* info, int oneline)
                        else
                                printf("%d", commit_reflog->reflogs->nr
                                       - 2 - commit_reflog->recno);
-                       printf("}: ");
+                       printf("}: %s", info->message);
                }
                else {
                        printf("Reflog: %s@{", commit_reflog->reflogs->ref);