mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
docs: Update documentation for commit attribution options
This commit is contained in:
parent
58d401cb22
commit
191b248149
1 changed files with 6 additions and 3 deletions
|
@ -55,6 +55,9 @@ 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 have
|
||||
aider prefix commit messages with 'aider: ' if it has authored the changes.
|
||||
This option is disabled by default, but can be useful for easily identifying changes made by aider.
|
||||
Additionally, you can use the following options to prefix commit messages:
|
||||
|
||||
- `--attribute-commit-message-author`: Prefix commit messages with 'aider: ' if aider authored the changes.
|
||||
- `--attribute-commit-message-committer`: Prefix all commit messages with 'aider: ', regardless of whether aider authored the changes or not.
|
||||
|
||||
Both of these options are disabled by default, but can be useful for easily identifying changes made by aider.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue