rebase-helper --make-script: introduce a flag to recreate merges
[gitweb.git] / sequencer.h
index 68284e9762c83d0e31dd80b63435205aaf7bbad0..11d1ac925ef75e79f61f90db2920e9111d72ceda 100644 (file)
@@ -47,9 +47,12 @@ int sequencer_remove_state(struct replay_opts *opts);
 
 #define TODO_LIST_KEEP_EMPTY (1U << 0)
 #define TODO_LIST_SHORTEN_IDS (1U << 1)
+#define TODO_LIST_ABBREVIATE_CMDS (1U << 2)
+#define TODO_LIST_RECREATE_MERGES (1U << 3)
 int sequencer_make_script(FILE *out, int argc, const char **argv,
                          unsigned flags);
 
+int sequencer_add_exec_commands(const char *command);
 int transform_todos(unsigned flags);
 int check_todo_list(void);
 int skip_unnecessary_picks(void);