pub fn edit_message_in_editor( repo: &impl GitRepo, message: &str, ) -> Result<String>
Open message in the configured editor and return the edited result.
message