zed/crates/git/src
LoricAndre 623e13761b
git: Unify commit popups (#38749)
Closes #26424
Supersedes #35328

Originally, `git::blame` uses its own `ParsedCommitMessage` as the
source for the commit information, including the PR section. This
changes unifies this with `git::repository` and `git_ui::git_panel` by
moving this and some other commit-related structs to `git::commit`
instead, and making both `git_ui::blame_ui` and `git_ui::git_panel` pull
their information from these structs.

Release notes :

- (Let's Git Together) Fixed the commit tooltip in the git panel not
showing information like avatars.

---------

Co-authored-by: Cole Miller <cole@zed.dev>
Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
2025-12-17 17:31:12 -05:00
..
blame.rs git: Unify commit popups (#38749) 2025-12-17 17:31:12 -05:00
checkpoint.gitignore agent: Don't track large and common binary files (#31352) 2025-05-26 11:31:25 +00:00
commit.rs git: Unify commit popups (#38749) 2025-12-17 17:31:12 -05:00
git.rs git: Add support for repository excludes file (#42082) 2025-12-16 13:09:09 -05:00
hosting_provider.rs Fix Git permalinks not being URL-escaped (#39895) 2025-10-09 18:33:05 +00:00
remote.rs Add support for git remotes (#42819) 2025-12-04 14:23:36 +01:00
repository.rs git: Revert "Ignore whitespace in git blame invocation" (#44648) 2025-12-12 14:28:25 +01:00
stash.rs git: Add git stash picker (#35927) 2025-09-12 14:45:38 -04:00
status.rs Revert "Fix track file renames in git panel (#42352)" (#43030) 2025-11-19 03:56:45 +00:00