Re: [PATCH v4 5/5] sequencer: directly call pick_commits() from complete_action()
From: Alban Gruin <hidden>
Date: 2019-11-27 20:09:17
From: Alban Gruin <hidden>
Date: 2019-11-27 20:09:17
Le 27/11/2019 à 20:56, Alban Gruin a écrit :
Near the end of complete_action(), the todo list is written to the disk. The destination is obtained with rebase_path_todo(). read_populate_todo() will read a file and parse it. In the case of `rebase -i', the location is obtained with rebase_path_todo(), and only `total_nr' will be modified to contain the number of commands done and todo. In the case of a new rebase, the done list might not be empty after tajjimh skip_unnecessary_picks() from complete_action().
s/tajjimh/calling/