pub fn build_patch_subject(
prefix: &str,
keep_subject: bool,
use_numbering: bool,
patch_num: usize,
display_total: usize,
subject_line: &str,
) -> StringExpand description
Build a patch Subject value: [<prefix> n/m] <subject> with proper handling of empty prefix.