pub fn commit_subject_in(cwd: &Path, sha: &str) -> Result<String>
git log -1 --format=%s <sha> — return the subject line of a single commit. Used to render the “non-bump commit subject” list when the rollback safety check fires.
git log -1 --format=%s <sha>