git: Replace file history view with git graph#50288
Merged
JosephTLyons merged 12 commits intomainfrom Apr 24, 2026
Merged
Conversation
Co-authored-by: dino <dinojoaocosta@gmail.com>
* Use `--follow` instead of `follow`, duh * Fix handling of failing `git log` command when fetching initial graph data Co-authored-by: Anthony Eid <hello@anthonyeid.me>
The graph now remembers it's search text, case sensitive toggle, selected entry, and the log source/order variant.
5 tasks
Anthony-Eid
added a commit
that referenced
this pull request
Apr 7, 2026
Based on commit fba4980 that I worked with Dino on in PR: #50288 Co-authored-by Dino \<Dino@zed.dev\> Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A or Added/Fixed/Improved ...
MasoudAlali
pushed a commit
to MasoudAlali/zed-ide
that referenced
this pull request
Apr 7, 2026
…ries#53320) Based on commit fba4980 that I worked with Dino on in PR: zed-industries#50288 Co-authored-by Dino \<Dino@zed.dev\> Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A or Added/Fixed/Improved ...
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 8, 2026
Based on commit fba4980 that I worked with Dino on in PR: #50288 Co-authored-by Dino \<Dino@zed.dev\> Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A or Added/Fixed/Improved ...
Merged
5 tasks
Anthony-Eid
added a commit
that referenced
this pull request
Apr 8, 2026
…herry-pick to preview) (#53371) Cherry-pick of #53320 to preview ---- Based on commit fba4980 that I worked with Dino on in PR: #50288 Co-authored-by Dino \<Dino@zed.dev\> Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A or Added/Fixed/Improved ... Co-authored-by: Anthony Eid <56899983+Anthony-Eid@users.noreply.github.com>
JosephTLyons
approved these changes
Apr 24, 2026
piper-of-dawn
pushed a commit
to piper-of-dawn/zed
that referenced
this pull request
Apr 25, 2026
…ries#53320) Based on commit fba4980 that I worked with Dino on in PR: zed-industries#50288 Co-authored-by Dino \<Dino@zed.dev\> Self-Review Checklist: - [x] I've reviewed my own diff for quality, security, and reliability - [x] Unsafe blocks (if any) have justifying comments - [x] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [x] Tests cover the new/changed behavior - [x] Performance impact has been considered and is acceptable Closes #ISSUE Release Notes: - N/A or Added/Fixed/Improved ...
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.
Summary
This PR replaces the git file history view with the git graph view that doesn't render the graph canvas. This has several advantages
The one con of this change is the graph doesn't have support remote/collab support yet, but that is a WIP and should be merged within a week.
Also, the git graph now propagates errors to the UI, which is the last thing on the graph's stable launch todo list!
Before you mark this PR as ready for review, make sure that you have:
Release Notes: