4 const char *git_path_seq_dir(void);
6 #define APPEND_SIGNOFF_DEDUP (1u << 0)
13 enum replay_subcommand
{
21 enum replay_action action
;
22 enum replay_subcommand subcommand
;
30 int allow_rerere_auto
;
32 int allow_empty_message
;
33 int keep_redundant_commits
;
42 size_t xopts_nr
, xopts_alloc
;
44 /* Only used by REPLAY_NONE */
45 struct rev_info
*revs
;
47 #define REPLAY_OPTS_INIT { -1, -1 }
49 int sequencer_pick_revisions(struct replay_opts
*opts
);
51 extern const char sign_off_header
[];
53 void append_signoff(struct strbuf
*msgbuf
, int ignore_footer
, unsigned flag
);
54 void append_conflicts_hint(struct strbuf
*msgbuf
);