Added support for prefixing commit messages with 'aider: ' to identify commits made by the aider tool.

This commit is contained in:
Paul Gauthier (aider) 2024-06-27 10:26:36 -07:00
parent 506636195a
commit 9cc6447e57

View file

@ -44,3 +44,6 @@ Aider marks commits that it either authored or committed.
You can use `--no-attribute-author` and `--no-attribute-committer` to disable
modification of the git author and committer name fields.
Additionally, you can use `--attribute-commit-message` to prefix commit messages with 'aider: '.
This option is disabled by default, but can be useful for easily identifying commits made by aider.