ZIm/crates/git_ui/src
Guillaume Launay 182edbf526
git_panel: Improve toast messages for push/pull/fetch (#35092)
On GitLab, when pushing a branch and a MR already existing the remote
log contains "View merge request" and the link to the MR.

Fixed `Already up to date` stdout check on pull (was `Everything up to
date` on stderr)
Fixed `Everything up-to-date` check on push (was `Everything up to
date`)
Improved messaging for up-to-date for fetch/push/pull
Fixed tests introduced in
https://github.com/zed-industries/zed/pull/33833.

<img width="470" height="111" alt="Screenshot 2025-07-31 at 18 37 05"
src="https://github.com/user-attachments/assets/2a5dcc4c-6f53-4a85-b983-8e25149efcc0"
/>

Release Notes:

- Git UI: Add "View Pull Request" when pushing to Gitlab remotes
- git: Improved toast messages on fetch/push/pull

---------

Co-authored-by: Peter Tripp <peter@zed.dev>
2025-08-04 18:20:20 -04:00
..
askpass_modal.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
blame_ui.rs editor: Move blame popover from hover_tooltip to editor prepaint (#29320) 2025-04-25 01:52:24 +05:30
branch_picker.rs git: Add option to branch from default branch in branch picker (#34663) 2025-08-04 18:08:00 +00: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 edit prediction disablement with "disable_ai": true setting (#35513) 2025-08-04 15:45:11 +00:00
commit_tooltip.rs editor: Move blame popover from hover_tooltip to editor prepaint (#29320) 2025-04-25 01:52:24 +05:30
commit_view.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
conflict_view.rs editor: Improve minimap performance (#33067) 2025-07-15 00:29:27 +03:00
file_diff_view.rs Add an editor: diff clipboard with selection action (#33283) 2025-07-23 02:39:32 +00:00
git_panel.rs git_panel: Improve toast messages for push/pull/fetch (#35092) 2025-08-04 18:20:20 -04:00
git_panel_settings.rs git_ui: Add collapse_untracked_diff settings to improve usability for untracked files (#32591) 2025-06-22 00:38:24 +03:00
git_ui.rs git: Enable git stash in git panel (#32821) 2025-07-25 23:15:54 +00:00
onboarding.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
picker_prompt.rs editor: Improve code completion filtering to provide fewer and more accurate suggestions (#32928) 2025-06-18 16:01:28 +05:30
project_diff.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
remote_output.rs git_panel: Improve toast messages for push/pull/fetch (#35092) 2025-08-04 18:20:20 -04:00
repository_selector.rs Add language server control tool into the status bar (#32490) 2025-06-25 19:57:28 +03:00
text_diff_view.rs Differentiate between file and selection diff events (#35014) 2025-07-24 08:43:28 +00:00