Skip to main content

finalize_cherry_pick_message

Function finalize_cherry_pick_message 

Source
pub fn finalize_cherry_pick_message(
    original_message: &str,
    append_source: bool,
    signoff: bool,
    committer_name: &str,
    committer_email: &str,
    config: &ConfigSet,
    picked_commit_hex: &str,
) -> String
Expand description

Apply -x / -s rewriting plus optional commit.cleanup when -x is set.