pub fn normalize_commit_ref(s: &str) -> String
Strip the GitHub commit URL prefix if present. https://github.com/owner/repo/commit/abc123... → abc123...
https://github.com/owner/repo/commit/abc123...
abc123...