pub fn open_file_in_editor(repo: &impl GitRepo, path: &Path) -> Result<()>
Open an existing working-tree file in the configured editor.
path should be the absolute path to the file. Returns when the editor process exits.
path