| 337 | } |
| 338 | |
| 339 | static const char *get_dir(const struct replay_opts *opts) |
| 340 | { |
| 341 | if (is_rebase_i(opts)) |
| 342 | return rebase_path(); |
| 343 | return git_path_seq_dir(); |
| 344 | } |
| 345 | |
| 346 | static const char *get_todo_path(const struct replay_opts *opts) |
| 347 | { |
no test coverage detected