ZIm/crates/git_ui
Michael Sloan b1450b6d71
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
2025-06-25 22:29:30 +00:00
..
src Remove git_panel::GenerateCommitMessage in favor of git::GenerateCommitMessage (#33421) 2025-06-25 22:29:30 +00:00
Cargo.toml Diff view (#32922) 2025-06-18 14:43:23 +00:00
LICENSE-GPL Add placeholder git panel (#21894) 2024-12-11 22:13:52 -05:00