mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-02-20 01:02:29 +08:00
Add a new `git.commitMessageGenerator` configuration option that allows users to specify a shell command to generate commit messages from staged changes (e.g. using AI tools). The command should call `git diff --cached` itself and output a commit message where the first line is the title and the rest after a blank line is the body. Also extract the "Generating commit message..." subtitle string into the translation set for localization support, and update the JSON schema to include the new configuration definition.