Re: [PATCH v2 06/34] sequencer (rebase -i): write the 'done' file

2016-12-13 Thread Junio C Hamano
Johannes Schindelin writes: > 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:

[PATCH v2 06/34] sequencer (rebase -i): write the 'done' file

2016-12-13 Thread Johannes Schindelin
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 --- sequencer.c | 2