pub fn commit_change_meta(commit: &Commit<'_>) -> (Option<String>, Vec<String>)Expand description
Extract change-id metadata from a commit, preferring jj/gitbutler’s custom
change-id commit-object header over any Change: / Change-Id: trailer
in the message body. The series list comes from message trailers regardless.