---
title: "Fixing The Git Blame Beachball"
url: https://daily.dev/posts/fixing-the-git-blame-beachball-vrjnlns5m
source_url: https://zed.dev/blog/git-blame-beachball
type: article
source: "Zed"
published: 2024-05-06T16:08:25.723Z
updated: 2024-05-09T09:28:18.744Z
tags: ["performance", "git", "mac"]
reading_time: 3
upvotes: 4
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fixing The Git Blame Beachball

**[Zed](https://daily.dev/sources/zed)** · 3 min read · 4 upvotes · 1 comments

## Summary

The 'Git Blame Beachball' issue in Zed was fixed by disabling the Inline Git Blame feature and resolving contention and priority inversion problems. Multiple git processes were being spawned due to the feature being enabled for every file. The fixes were shipped in version v0.133.7.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://zed.dev/blog/git-blame-beachball>

## Community discussion

Top comments from developers on daily.dev.

**@mrbns** · 1 upvotes

> Waiting for Linux Stable release..
> Very Good job Zed team.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#git](https://daily.dev/tags/git), [#mac](https://daily.dev/tags/mac)

[View this post on daily.dev](https://daily.dev/posts/fixing-the-git-blame-beachball-vrjnlns5m)
