git: Replace file history view with git graph - #50288
Merged
Merged
Conversation
Co-authored-by: dino <dinojoaocosta@gmail.com>
Anthony-Eid
marked this pull request as draft
February 27, 2026 11:36
* 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.
Anthony-Eid
marked this pull request as ready for review
April 7, 2026 10:20
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 ...
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
self-requested a review
April 24, 2026 02:51
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 ...
kathbigra
pushed a commit
to kathbigra/zed
that referenced
this pull request
May 10, 2026
## 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 1. Benefits from the graphs performance and lazy loading 2. Gets the graph's search for free 3. Resizable columns 4. The commit information panel 5. Is persistent 6. Cleans up a lot of code 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: - [x] Added a solid test coverage and/or screenshots from doing manual testing - [x] Done a self-review taking into account security and performance aspects - [x] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: dino <dinojoaocosta@gmail.com> Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com> Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com>
brijesh-vadi
added a commit
to brijesh-vadi/zed
that referenced
this pull request
May 15, 2026
- Resolved conflicts in git_panel.rs, project_diff.rs, Cargo.toml - Removed file_history function (FileHistoryView replaced by git graph upstream zed-industries#50288) - Combined click handlers: double-click/right-click/Cmd+click open file, regular click respects single_file_diff_on_click setting - Bumped Info.plist version to 1.4.0 to match new upstream version - single_file_filter, deploy_single_file, single_file_diff_on_click setting all preserved
Zenor27
pushed a commit
to Zenor27/zed
that referenced
this pull request
Jul 4, 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 ...
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 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 ...
jonx
pushed a commit
to jonx/zed-aros
that referenced
this pull request
Jul 17, 2026
## 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 1. Benefits from the graphs performance and lazy loading 2. Gets the graph's search for free 3. Resizable columns 4. The commit information panel 5. Is persistent 6. Cleans up a lot of code 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: - [x] Added a solid test coverage and/or screenshots from doing manual testing - [x] Done a self-review taking into account security and performance aspects - [x] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: dino <dinojoaocosta@gmail.com> Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com> Co-authored-by: Joseph T. Lyons <JosephTLyons@gmail.com>
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: