Hi Junio, Le 14/06/2018 à 22:14, Junio C Hamano a écrit : > Alban Gruin <alban.gruin@xxxxxxxxx> writes: > >> diff --git a/builtin/rebase--helper.c b/builtin/rebase--helper.c >> index ded5e291d..d2990b210 100644 >> --- a/builtin/rebase--helper.c >> +++ b/builtin/rebase--helper.c >> @@ -12,12 +12,12 @@ static const char * const builtin_rebase_helper_usage[] = { >> int cmd_rebase__helper(int argc, const char **argv, const char *prefix) >> { >> struct replay_opts opts = REPLAY_OPTS_INIT; >> - unsigned flags = 0, keep_empty = 0, rebase_merges = 0, write_edit_todo = 0; >> + unsigned flags = 0, keep_empty = 0, rebase_merges = 0; > > Sorry, but where does "write_edit_todo = 0" in the preimage come from? > It comes from my conversion of append_todo_help()[0], on which this series is based. [0] https://public-inbox.org/git/20180607103012.22981-1-alban.gruin@xxxxxxxxx/ Cheers, Alban