pub fn parse_merge_summary(
    summary: &str,
    patterns: &MergePatterns
) -> Option<String>
Expand description

Tries to extract the name of a merged-in branch from the merge commit summary.