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

Function launch_sequence_editor

editor.c:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132int 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
138int strbuf_edit_interactively(struct repository *r,
139 struct strbuf *buffer, const char *path,

Callers 1

edit_todo_listFunction · 0.85

Calls 2

launch_specified_editorFunction · 0.85
git_sequence_editorFunction · 0.85

Tested by

no test coverage detected