Remove git_panel::GenerateCommitMessage in favor of git::GenerateCommitMessage (#33421)

`git_panel::GenerateCommitMessage` has no handler,
`git::GenerateCommitMessage` should be preferred. Could add a
`#[action(deprecated_aliases = ["git_panel::GenerateCommitMessage"])]`,
but decided not to because that action didn't work. So instead uses of
it will show up as keymap errors.

Closes #32667

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-06-25 16:29:30 -06:00 committed by GitHub
parent 1af9f98c1d
commit b1450b6d71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,6 @@ actions!(
FocusEditor,
FocusChanges,
ToggleFillCoAuthors,
GenerateCommitMessage
]
);