Support blaming parent revisions - #62614
Merged
Merged
Conversation
SomeoneToIgnore
force-pushed
the
kb/blame-blame
branch
from
August 14, 2026 08:48
e255e51 to
f8e48eb
Compare
Collaborator
|
Huge! |
cole-miller
approved these changes
Aug 14, 2026
pull Bot
pushed a commit
to gaetschwartz/zed
that referenced
this pull request
Aug 23, 2026
…3111) Follow-up to zed-industries#62614 <img width="1728" height="1084" alt="bad" src="https://github.com/user-attachments/assets/5fafb9cb-38be-44ba-b8a3-a33dc10106da" /> Properly disable actions instead of showing odd toasts and do nothing when invoked without the prerequisites. Release Notes: - N/A
occamist
pushed a commit
to occamist/zed
that referenced
this pull request
Aug 24, 2026
…3111) Follow-up to zed-industries#62614 <img width="1728" height="1084" alt="bad" src="https://github.com/user-attachments/assets/5fafb9cb-38be-44ba-b8a3-a33dc10106da" /> Properly disable actions instead of showing odd toasts and do nothing when invoked without the prerequisites. Release Notes: - N/A add sync_fork.yaml
playdohface
pushed a commit
to playdohface/zed
that referenced
this pull request
Aug 29, 2026
Closes zed-industries#42583 Adds more tooltip entries and `editor::BlameRevision`, `editor::BlamePreviousRevision` actions to use. Started to highlight gutter blame entries that belong to currently annotated commit. https://github.com/user-attachments/assets/ba754e0b-6431-407c-8d79-2f8b0324fde1 Release Notes: - Supported blaming parent revisions
playdohface
pushed a commit
to playdohface/zed
that referenced
this pull request
Aug 29, 2026
…3111) Follow-up to zed-industries#62614 <img width="1728" height="1084" alt="bad" src="https://github.com/user-attachments/assets/5fafb9cb-38be-44ba-b8a3-a33dc10106da" /> Properly disable actions instead of showing odd toasts and do nothing when invoked without the prerequisites. Release Notes: - N/A
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 #42583
Adds more tooltip entries and
editor::BlameRevision,editor::BlamePreviousRevisionactions to use.Started to highlight gutter blame entries that belong to currently annotated commit.
blame-blame.mov
Release Notes: