Cherry-pick #35513 onto v0.197.x (#35590)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-08-04 10:57:56 -06:00 committed by GitHub
parent 2cef0e1a31
commit e1d78e6838
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 59 additions and 50 deletions

View file

@ -1,9 +1,9 @@
use crate::branch_picker::{self, BranchList};
use crate::git_panel::{GitPanel, commit_message_editor};
use client::DisableAiSettings;
use git::repository::CommitOptions;
use git::{Amend, Commit, GenerateCommitMessage, Signoff};
use panel::{panel_button, panel_editor_style};
use project::DisableAiSettings;
use settings::Settings;
use ui::{
ContextMenu, KeybindingHint, PopoverMenu, PopoverMenuHandle, SplitButton, Tooltip, prelude::*,