| 344 | } |
| 345 | |
| 346 | static const char *get_todo_path(const struct replay_opts *opts) |
| 347 | { |
| 348 | if (is_rebase_i(opts)) |
| 349 | return rebase_path_todo(); |
| 350 | return git_path_todo_file(); |
| 351 | } |
| 352 | |
| 353 | /* |
| 354 | * Returns 0 for non-conforming footer |
no test coverage detected