Re: [PATCH v2 0/5] Use complete_action's todo list to do the rebase

2019-10-14 Thread Johannes Schindelin
Hi Alban, On Mon, 7 Oct 2019, Alban Gruin wrote: > This can be seen as a continuation of ag/reduce-rewriting-todo. > > Currently, complete_action() releases its todo list before calling > sequencer_continue(), which reloads the todo list from the disk. This > series removes this useless round tr

Re: [PATCH v2 0/5] Use complete_action's todo list to do the rebase

2019-10-08 Thread Alban Gruin
Hi Junio, Le 08/10/2019 à 04:45, Junio C Hamano a écrit : > Alban Gruin writes: > >> This can be seen as a continuation of ag/reduce-rewriting-todo. >> >> Currently, complete_action() releases its todo list before calling >> sequencer_continue(), which reloads the todo list from the disk. This

Re: [PATCH v2 0/5] Use complete_action's todo list to do the rebase

2019-10-07 Thread Junio C Hamano
Alban Gruin writes: > This can be seen as a continuation of ag/reduce-rewriting-todo. > > Currently, complete_action() releases its todo list before calling > sequencer_continue(), which reloads the todo list from the disk. This > series removes this useless round trip. > > Patches 1, 2, and 3 o

[PATCH v2 0/5] Use complete_action's todo list to do the rebase

2019-10-07 Thread Alban Gruin
This can be seen as a continuation of ag/reduce-rewriting-todo. Currently, complete_action() releases its todo list before calling sequencer_continue(), which reloads the todo list from the disk. This series removes this useless round trip. Patches 1, 2, and 3 originally come from a series meani