]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
rebase -i: learn to abbreviate command names
[thirdparty/git.git] / sequencer.h
index 212426c445481bd2cbe26657e29797290370e709..81f6d7d393fd1a502e3763cd1717b87ffa243717 100644 (file)
@@ -47,6 +47,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)
 int sequencer_make_script(FILE *out, int argc, const char **argv,
                          unsigned flags);