sequencer: support a new action: 'interactive rebase'
[gitweb.git] / sequencer.h
index 7a513c576bdccf8730828fdaa586ec9d0af4af6b..cb21cfddeec5db9cf74b37d179ea0b1f8c9b147f 100644 (file)
@@ -7,7 +7,8 @@ const char *git_path_seq_dir(void);
 
 enum replay_action {
        REPLAY_REVERT,
-       REPLAY_PICK
+       REPLAY_PICK,
+       REPLAY_INTERACTIVE_REBASE
 };
 
 struct replay_opts {