usability: don't ask questions if no reply is required
[gitweb.git] / sequencer.c
index 5f229197727b6455335d0cd93ec593c5e7e02ab8..1f729b053bbc6f544fe0b3e8736113082894b24d 100644 (file)
@@ -2127,6 +2127,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);
        }