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:
parent
0c84170071
commit
3935e8343a
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ async fn parse_commit_messages(
|
||||||
},
|
},
|
||||||
))
|
))
|
||||||
} else {
|
} else {
|
||||||
continue;
|
None
|
||||||
};
|
};
|
||||||
|
|
||||||
let remote = parsed_remote_url
|
let remote = parsed_remote_url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue