Max Brunsfeld
8546dc101d
Allow viewing past commits in Zed ( #27636 )
...
This PR adds functionality for loading the diff for an arbitrary git
commit, and displaying it in a tab. To retrieve the diff for the commit,
I'm using a single `git cat-file --batch` invocation to efficiently load
both the old and new versions of each file that was changed in the
commit.
Todo
* Features
* [x] Open the commit view when clicking the most recent commit message
in the commit panel
* [x] Open the commit view when clicking a SHA in a git blame column
* [x] Open the commit view when clicking a SHA in a commit tooltip
* [x] Make it work over RPC
* [x] Allow buffer search in commit view
* [x] Command palette action to open the commit for the current blame
line
* Styling
* [x] Add a header that shows the author, timestamp, and the full commit
message
* [x] Remove stage/unstage buttons in commit view
* [x] Truncate the commit message in the tab
* Bugs
* [x] Dedup commit tabs within a pane
* [x] Add a tooltip to the tab
Release Notes:
- Added the ability to show past commits in Zed. You can view the most
recent commit by clicking its message in the commit panel. And when
viewing a git blame, you can show any commit by clicking its sha.
2025-03-31 23:26:47 +00:00
..
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 19:31:56 -03:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 22:06:35 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:12:51 -03:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:10:36 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-25 09:22:01 -03:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 22:31:01 +00:00
2025-03-31 20:55:27 +02:00
2025-03-28 17:58:23 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-17 02:36:37 +00:00
2025-03-28 19:34:16 -03:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 19:31:56 -03:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-27 02:36:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-20 13:06:10 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 23:26:47 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-02-27 08:00:42 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-10 13:38:30 -06:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-06 04:59:57 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-06 10:56:28 -07:00
2025-03-18 20:39:54 +00:00
2025-03-31 22:31:01 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-04-01 01:27:39 +05:30
2025-03-31 23:26:47 +00:00
2025-03-31 19:12:23 +00:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-31 20:55:27 +02:00
2025-03-21 20:08:03 +00:00