4 #define SEQ_DIR "sequencer"
5 #define SEQ_HEAD_FILE "sequencer/head"
6 #define SEQ_TODO_FILE "sequencer/todo"
7 #define SEQ_OPTS_FILE "sequencer/opts"
14 enum replay_subcommand
{
22 enum replay_action action
;
23 enum replay_subcommand subcommand
;
31 int allow_rerere_auto
;
39 size_t xopts_nr
, xopts_alloc
;
41 /* Only used by REPLAY_NONE */
42 struct rev_info
*revs
;
45 /* Removes SEQ_DIR. */
46 extern void remove_sequencer_state(void);
48 int sequencer_pick_revisions(struct replay_opts
*opts
);