| const char *git_path_seq_dir(void); |
| #define APPEND_SIGNOFF_DEDUP (1u << 0) |
| REPLAY_INTERACTIVE_REBASE |
| enum replay_action action; |
| int keep_redundant_commits; |
| size_t xopts_nr, xopts_alloc; |
| /* Only used by REPLAY_NONE */ |
| #define REPLAY_OPTS_INIT { -1 } |
| int sequencer_pick_revisions(struct replay_opts *opts); |
| int sequencer_continue(struct replay_opts *opts); |
| int sequencer_rollback(struct replay_opts *opts); |
| int sequencer_remove_state(struct replay_opts *opts); |
| extern const char sign_off_header[]; |
| void append_signoff(struct strbuf *msgbuf, int ignore_footer, unsigned flag); |
| void append_conflicts_hint(struct strbuf *msgbuf); |