Merge branch 'js/rebase-helper'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Mar 2017 18:20:46 +0000 (11:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Mar 2017 18:20:46 +0000 (11:20 -0700)
A hotfix for a regression fix

* js/rebase-helper:
sequencer: fix missing newline

sequencer.c
index 8183a83c1fa3f8d38054c163ecf65cb861a8b0d5..d76dc9cb2b07227d311e4a667aaa5f0d305da45d 100644 (file)
@@ -1998,7 +1998,7 @@ static int pick_commits(struct todo_list *todo_list, struct replay_opts *opts)
                                struct commit *commit = item->commit;
                                if (!res)
                                        fprintf(stderr,
-                                               _("Stopped at %s...  %.*s"),
+                                               _("Stopped at %s...  %.*s\n"),
                                                short_commit_name(commit),
                                                item->arg_len, item->arg);
                                return error_with_patch(commit,