launch_editor 211 builtin/add.c if (launch_editor(file, NULL, NULL)) launch_editor 1809 builtin/am.c if (!launch_editor(am_path(state, "final-commit"), &msg, NULL)) { launch_editor 785 builtin/branch.c if (launch_editor(git_path(edit_description), &buf, NULL)) { launch_editor 950 builtin/commit.c if (launch_editor(git_path(commit_editmsg), NULL, env)) { launch_editor 585 builtin/config.c launch_editor(config_file, NULL, NULL); launch_editor 805 builtin/merge.c if (launch_editor(git_path_merge_msg(), NULL, NULL)) launch_editor 192 builtin/notes.c if (launch_editor(d->edit_path, &d->buf, NULL)) { launch_editor 295 builtin/replace.c if (launch_editor(tmpfile, NULL, NULL) < 0) launch_editor 493 builtin/tag.c if (launch_editor(path, buf, NULL)) { launch_editor 493 strbuf.h extern int launch_editor(const char *path, struct strbuf *buffer, const char *const *env);