Skip to main content

edit_message_in_editor

Function edit_message_in_editor 

Source
pub fn edit_message_in_editor(
    repo: &impl GitRepo,
    message: &str,
) -> Result<String>
Expand description

Open message in the configured editor and return the edited result.