Re: [PATCH v5 00/16] sequencer: refactor functions working on a todo_list

2019-01-24 Thread Alban Gruin
[I’m resending this as I clicked on the wrong button…] Hi, Le 24/01/2019 à 22:54, Junio C Hamano a écrit : > Alban Gruin writes: > > Before I comment on anything else. > > > This is based on nd/the-index (36e7ed69de, "rebase-interactive.c: remove > > the_repository references"). > > My attemp

Re: [PATCH v5 00/16] sequencer: refactor functions working on a todo_list

2019-01-24 Thread Junio C Hamano
Alban Gruin writes: Before I comment on anything else. > This is based on nd/the-index (36e7ed69de, "rebase-interactive.c: remove > the_repository references"). My attempt to apply these in order on top of that commit seems to stop at step 5/16. Are you sure you based them on it? Thanks.

[PATCH v5 00/16] sequencer: refactor functions working on a todo_list

2019-01-23 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