ZIm/crates/git_ui/src
Peter Tripp 93c0056065
git: Display author not committer in git popover (#27628)
Display Author name/email instead of Committer name/email in git
popover.

Closes https://github.com/zed-industries/zed/issues/27625

Prior to v0.173.x, Zed displayed Author name. Regression introduced in:
- https://github.com/zed-industries/zed/pull/24593

Release Notes:

- git: Switch to displaying Git author instead of Git committer in Git
Blame popover.
2025-03-27 17:35:27 -04:00
..
askpass_modal.rs gpui: Rename rounded_md to rounded_sm (#26228) 2025-03-06 17:57:31 +00:00
branch_picker.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
commit_message_prompt.txt git_ui: Try to prompt the model out of including the diff output (#26281) 2025-03-07 15:05:35 +00:00
commit_modal.rs Fix crash when toggling deleted hunk (#27138) 2025-03-24 19:25:56 +00:00
git_panel.rs git: Display author not committer in git popover (#27628) 2025-03-27 17:35:27 -04:00
git_panel_settings.rs Add git init button (#26522) 2025-03-12 07:25:19 +00:00
git_ui.rs Make a single re-usable banner component (#27412) 2025-03-25 07:05:25 +00:00
onboarding.rs Make a single re-usable banner component (#27412) 2025-03-25 07:05:25 +00:00
picker_prompt.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
project_diff.rs Introduce primitives in GitStore to support reviewing assistant diffs (#27576) 2025-03-27 09:46:31 +00:00
remote_output.rs Fix message on push (#26588) 2025-03-12 20:18:28 +00:00
repository_selector.rs Move repository state RPC handlers to the GitStore (#27391) 2025-03-26 18:23:44 -04:00