sequencer (rebase -i): write out the final message

The shell script version of the interactive rebase has a very specific
final message. Teach the sequencer to print the same.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2016-04-08 17:28:04 +02:00
parent 3affd04204
commit 4e1aa6b095

View File

@@ -2091,6 +2091,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);
}