sequencer (rebase -i): write the progress into files
commitef80069a037e5c5180a67eadedc375e184a28dbb
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:36:20 +0000 (2 16:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 22:06:01 +0000 (17 14:06 -0800)
tree66f31dfbda4c63224431d8a4636f548aa2469ba4
parent968492e44c08f40cbfec083c22e05984f84c2353
sequencer (rebase -i): write the progress into files

For the benefit of e.g. the shell prompt, the interactive rebase not
only displays the progress for the user to see, but also writes it into
the msgnum/end files in the state directory.

Teach the sequencer this new trick.

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