| 125 | } |
| 126 | |
| 127 | int launch_editor(const char *path, struct strbuf *buffer, const char *const *env) |
| 128 | { |
| 129 | return launch_specified_editor(git_editor(), path, buffer, env); |
| 130 | } |
| 131 | |
| 132 | int launch_sequence_editor(const char *path, struct strbuf *buffer, |
| 133 | const char *const *env) |
no test coverage detected