MCPcopy Index your code
hub / github.com/git/git / launch_editor

Function launch_editor

editor.c:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127int 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
132int launch_sequence_editor(const char *path, struct strbuf *buffer,
133 const char *const *env)

Callers 12

show_editorFunction · 0.85
create_tagFunction · 0.85
do_interactiveFunction · 0.85
edit_and_replaceFunction · 0.85
prepare_note_dataFunction · 0.85
prepare_to_commitFunction · 0.85
edit_patchFunction · 0.85
cmd_bugreportFunction · 0.85
prepare_to_commitFunction · 0.85
edit_branch_descriptionFunction · 0.85
fill_commit_messageFunction · 0.85

Calls 2

launch_specified_editorFunction · 0.85
git_editorFunction · 0.85

Tested by

no test coverage detected