]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.c
Merge branch 'ob/sequencer-empty-hint-fix' into maint-2.42
[thirdparty/git.git] / sequencer.c
index 828efd589deff91a67804951176b689d63a4cf18..bc6b7b6a7680b20a7d80f9c1be9a9df9d2f4d0f5 100644 (file)
@@ -6229,7 +6229,7 @@ int complete_action(struct repository *r, struct replay_opts *opts, unsigned fla
        if (checkout_onto(r, opts, onto_name, &oid, orig_head))
                goto cleanup;
 
-       if (require_clean_work_tree(r, "rebase", "", 1, 1))
+       if (require_clean_work_tree(r, "rebase", NULL, 1, 1))
                goto cleanup;
 
        todo_list_write_total_nr(&new_todo);