]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/rebase--interactive.c
sequencer: refactor check_todo_list() to work on a todo_list
[thirdparty/git.git] / builtin / rebase--interactive.c
index 0898eb4c59aa5d2cabec2b29ce71366c1069ee0c..df19ccaeb9e8a927fcc8c9ff63a254f1d09be8d0 100644 (file)
@@ -256,7 +256,7 @@ int cmd_rebase__interactive(int argc, const char **argv, const char *prefix)
                ret = transform_todo_file(the_repository, flags);
                break;
        case CHECK_TODO_LIST:
-               ret = check_todo_list(the_repository);
+               ret = check_todo_list_from_file(the_repository);
                break;
        case REARRANGE_SQUASH:
                ret = rearrange_squash(the_repository);