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:
@@ -488,7 +488,7 @@ async fn parse_commit_messages(
|
||||
},
|
||||
))
|
||||
} else {
|
||||
continue;
|
||||
None
|
||||
};
|
||||
|
||||
let remote = parsed_remote_url
|
||||
|
||||
Reference in New Issue
Block a user