sequencer: refactor rearrange_squash() to work on a todo_list
[gitweb.git] / sequencer.h
index 87d04a3b9bda8144a48adcf1c30cc6c96dcf4e6a..add50f04f1c0bd1ff0feb9c57360890a70934b78 100644 (file)
@@ -154,7 +154,7 @@ int complete_action(struct repository *r, struct replay_opts *opts, unsigned fla
                    const char *shortrevisions, const char *onto_name,
                    const char *onto, const char *orig_head, struct string_list *commands,
                    unsigned autosquash);
-int rearrange_squash(struct repository *r);
+int rearrange_squash_in_todo_file(struct repository *r);
 
 extern const char sign_off_header[];