git: Support project-level git.inline_blame settings #43173
Open
leoliu0605 wants to merge 5 commits intozed-industries:mainfrom
Open
git: Support project-level git.inline_blame settings #43173leoliu0605 wants to merge 5 commits intozed-industries:mainfrom
leoliu0605 wants to merge 5 commits intozed-industries:mainfrom
Conversation
Contributor
Contributor
Author
45ebfda to
bcc25f8
Compare
|
@leoliu0605 just following up to let you know the team went pretty deep in more git feature work and we got behind on PR reviews. We're ramping back up and appreciate the patience! 👍 |
Anthony-Eid
pushed a commit
that referenced
this pull request
Dec 18, 2025
Closes #13304 Release Notes: - Add global `git status` and `git diff` on/off in one place instead of control everywhere We can first review to ensure this change meets both `Zed` and user requirements, as well as code rules. Currently, we only support user-level settings. We can wait for this PR: #43173 to be merged, then modify it to support both user and project levels.
rtfeldman
pushed a commit
that referenced
this pull request
Jan 5, 2026
Closes #13304 Release Notes: - Add global `git status` and `git diff` on/off in one place instead of control everywhere We can first review to ensure this change meets both `Zed` and user requirements, as well as code rules. Currently, we only support user-level settings. We can wait for this PR: #43173 to be merged, then modify it to support both user and project levels.
…GitSettings for enhanced configuration management
bcc25f8 to
8c33c20
Compare
Contributor
Author
|
Hi @Anthony-Eid , I've fix the merge conflic in this PR. We discussed it last time; if there are no further comments, please review and merge it. Thank you. |
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Jan 20, 2026
…s#43326) Closes zed-industries#13304 Release Notes: - Add global `git status` and `git diff` on/off in one place instead of control everywhere We can first review to ensure this change meets both `Zed` and user requirements, as well as code rules. Currently, we only support user-level settings. We can wait for this PR: zed-industries#43173 to be merged, then modify it to support both user and project levels.
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Jan 20, 2026
…s#43326) Closes zed-industries#13304 Release Notes: - Add global `git status` and `git diff` on/off in one place instead of control everywhere We can first review to ensure this change meets both `Zed` and user requirements, as well as code rules. Currently, we only support user-level settings. We can wait for this PR: zed-industries#43173 to be merged, then modify it to support both user and project levels.
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Feb 15, 2026
…s#43326) Closes zed-industries#13304 Release Notes: - Add global `git status` and `git diff` on/off in one place instead of control everywhere We can first review to ensure this change meets both `Zed` and user requirements, as well as code rules. Currently, we only support user-level settings. We can wait for this PR: zed-industries#43173 to be merged, then modify it to support both user and project levels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #13547
We've limited the
git blamecommand's thread usage, and following the issue discussion, we've added a project-levelgit.inline_blamesetting to allow users to configure it for each project.20251120_233903.mp4
Release Notes: