rebase -i: add missing newline to end of message
commitd096d7f1ef81f5c52d0c9d3070ad82b66de9c981
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Fri, 19 May 2017 14:32:48 +0000 (19 15:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 May 2017 09:25:20 +0000 (20 18:25 +0900)
tree02200efb2e6d7a4a87a049bf15bee22cebbf2040
parent79a62269815264165da265eeb8a65feb47dcf671
rebase -i: add missing newline to end of message

The message that's printed when auto-stashed changes are successfully
restored was missing '\n' at the end.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c