]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
rebase-helper --make-script: introduce a flag to rebase merges
[thirdparty/git.git] / sequencer.h
index e45b178dfc41d723bf186f20674c4515d7c7fa00..6bc4da17243b19fb1a7b5b7f2bc445feb0af0149 100644 (file)
@@ -59,6 +59,7 @@ 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_REBASE_MERGES (1U << 3)
 int sequencer_make_script(FILE *out, int argc, const char **argv,
                          unsigned flags);