ZIm/crates/git_ui/src
Mahmud Ridwan 2075627d6c
Suggest single tracked commit message only when nothing else is staged (#36347)
Closes #36341

<img width="543" height="548" alt="image"
src="https://github.com/user-attachments/assets/ab76a32c-c622-4025-9b28-5accc8d3f04c"
/>

In the case where commit message was suggested based on single tracked
entry, this PR adds a clause to the condition to ensure there are no
staged entries.

Release Notes:

- Fixed commit message suggestion when there is one unstaged tracked
file, but multiple untracked files are staged.
2025-08-18 12:54:45 +03: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 Redesign and clean up all icons across Zed (#35856) 2025-08-08 15:34:36 -03: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 Redesign and clean up all icons across Zed (#35856) 2025-08-08 15:34:36 -03: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: Add access method for project (#36266) 2025-08-15 18:34:22 +00: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 Suggest single tracked commit message only when nothing else is staged (#36347) 2025-08-18 12:54:45 +03: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: Refine clone repo modal design (#36369) 2025-08-17 17:03:58 +00:00
onboarding.rs Redesign and clean up all icons across Zed (#35856) 2025-08-08 15:34:36 -03: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 key contexts for Pickers (#35665) 2025-08-06 15:28:18 -04:00
text_diff_view.rs Differentiate between file and selection diff events (#35014) 2025-07-24 08:43:28 +00:00