pub fn slugify_author(name: &str, email: &str) -> String
Create a URL-safe slug from a git author name and email.
Prefers the email username; falls back to the name.