Function edit_message

Source
pub fn edit_message(
    git_run_info: &GitRunInfo,
    repo: &Repo,
    message: &str,
) -> Result<String>
Expand description

Open the user’s configured commit editor seeded with the provided message.