diff --git a/sequencer.c b/sequencer.c index 40228b7495..fb32e8cf42 100644 --- a/sequencer.c +++ b/sequencer.c @@ -2113,6 +2113,9 @@ static int pick_commits(struct todo_list *todo_list, struct replay_opts *opts) } apply_autostash(opts); + fprintf(stderr, "Successfully rebased and updated %s.\n", + head_ref.buf); + strbuf_release(&buf); strbuf_release(&head_ref); }