Allow parsing commits when we can't resolve the permalink (#26709)

Closes #26577

Release Notes:

- git: Fix showing commit messages for all repos
This commit is contained in:
Conrad Irwin 2025-03-13 15:41:08 -06:00 committed by GitHub
parent 0c84170071
commit 3935e8343a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -488,7 +488,7 @@ async fn parse_commit_messages(
}, },
)) ))
} else { } else {
continue; None
}; };
let remote = parsed_remote_url let remote = parsed_remote_url