Re: [PATCH v2 10/34] sequencer (rebase -i): allow continuing with staged changes

2016-12-15 Thread Junio C Hamano
Johannes Schindelin writes: > When an interactive rebase is interrupted, the user may stage changes > before continuing, and we need to commit those changes in that case. > > Please note that the nested "if" added to the sequencer_continue() is > not combined into a

[PATCH v2 10/34] sequencer (rebase -i): allow continuing with staged changes

2016-12-13 Thread Johannes Schindelin
When an interactive rebase is interrupted, the user may stage changes before continuing, and we need to commit those changes in that case. Please note that the nested "if" added to the sequencer_continue() is not combined into a single "if" because it will be extended with an "else" clause in a