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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin 2017-01-02 16:36:25 +01:00 коммит произвёл Junio C Hamano
Родитель ef80069a03
Коммит 5da4966f28
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2127,6 +2127,9 @@ cleanup_head_ref:
}
apply_autostash(opts);
fprintf(stderr, "Successfully rebased and updated %s.\n",
head_ref.buf);
strbuf_release(&buf);
strbuf_release(&head_ref);
}