Hi Alban, On Tue, 26 Jun 2018, Alban Gruin wrote: > This patch rewrites append_todo_help() from shell to C. The C version > covers a bit more than the old shell version. To achieve that, some > parameters were added to rebase--helper. > > This also introduce a new source file, rebase-interactive.c. > > This is part of the effort to rewrite interactive rebase in C. > > This is based on next, as of 2018-06-26. Out of curiosity: which commits that are not yet in `master` are required? > Changes since v3: > > - Show an error message when append_todo_help() fails to edit the todo > list. > > - Introducing rebase-interactive.c to contain functions necessary for > interactive rebase. Thank you very much! Dscho