| 130 | } |
| 131 | |
| 132 | int launch_sequence_editor(const char *path, struct strbuf *buffer, |
| 133 | const char *const *env) |
| 134 | { |
| 135 | return launch_specified_editor(git_sequence_editor(), path, buffer, env); |
| 136 | } |
| 137 | |
| 138 | int strbuf_edit_interactively(struct repository *r, |
| 139 | struct strbuf *buffer, const char *path, |
no test coverage detected