Skip to content

Commit c55f364

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
sequencer: move stale comment into correct location
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e0a7d8b commit c55f364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3640,14 +3640,14 @@ static int pick_commits(struct repository *r,
36403640
res = do_exec(r, item->arg);
36413641
*end_of_arg = saved;
36423642

3643-
/* Reread the todo file if it has changed. */
36443643
if (res) {
36453644
if (opts->reschedule_failed_exec)
36463645
reschedule = 1;
36473646
} else if (stat(get_todo_path(opts), &st))
36483647
res = error_errno(_("could not stat '%s'"),
36493648
get_todo_path(opts));
36503649
else if (match_stat_data(&todo_list->stat, &st)) {
3650+
/* Reread the todo file if it has changed. */
36513651
todo_list_release(todo_list);
36523652
if (read_populate_todo(r, todo_list, opts))
36533653
res = -1; /* message was printed */

0 commit comments

Comments
 (0)