sequencer (rebase -i): write the 'done' file
commit1df6df0c18d068a80010e137b5f1d1dcc2bda600
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:27:00 +0000 (2 16:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 22:57:29 +0000 (9 14:57 -0800)
tree5e040bbb63475784a4e7e75188c0132e96d5de49
parent556907f1e1057292e5cfc1f14e68167b43ff4761
sequencer (rebase -i): write the 'done' file

In the interactive rebase, commands that were successfully processed are
not simply discarded, but appended to the 'done' file instead. This is
used e.g. to display the current state to the user in the output of
`git status` or the progress.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c