Re: [PATCH v8 00/18] sequencer: refactor functions working on a todo_list

2019-03-13 Thread Phillip Wood
Hi Alban Thanks for working on this. The range and inter diffs look fine, I think this is ready for next now. Best Wishes Phillip On 05/03/2019 19:17, Alban Gruin wrote: At the center of the "interactive" part of the interactive rebase lies the todo list. When the user starts an interactiv

[PATCH v8 00/18] sequencer: refactor functions working on a todo_list

2019-03-05 Thread Alban Gruin
At the center of the "interactive" part of the interactive rebase lies the todo list. When the user starts an interactive rebase, a todo list is generated, presented to the user (who then edits it using a text editor), read back, and then is checked and processed before the actual rebase takes pla