| 326 | } |
| 327 | |
| 328 | void sequencer_init_config(struct replay_opts *opts) |
| 329 | { |
| 330 | opts->default_msg_cleanup = COMMIT_MSG_CLEANUP_NONE; |
| 331 | repo_config(the_repository, git_sequencer_config, opts); |
| 332 | } |
| 333 | |
| 334 | static inline int is_rebase_i(const struct replay_opts *opts) |
| 335 | { |
no test coverage detected