From d6e24d3fe93ed8a667341a76e77dbe514ddaf5eb Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:33:43 -0400 Subject: [PATCH] Allow parsing commits when we can't resolve the permalink (cherry-pick #26709) (#26735) Cherry-picked Allow parsing commits when we can't resolve the permalink (#26709) Closes #26577 Release Notes: - git: Fix showing commit messages for all repos Co-authored-by: Conrad Irwin --- crates/editor/src/git/blame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/git/blame.rs b/crates/editor/src/git/blame.rs index c3b76a651dfd019da146d94c289fd58b8bb04ada..38db2d2dc135787020d246c75a40ce90a7fe23ea 100644 --- a/crates/editor/src/git/blame.rs +++ b/crates/editor/src/git/blame.rs @@ -488,7 +488,7 @@ async fn parse_commit_messages( }, )) } else { - continue; + None }; let remote = parsed_remote_url