From 9cc6447e57015f80a9a4f88b3917d66d8befcbfa Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 27 Jun 2024 10:26:36 -0700 Subject: [PATCH] Added support for prefixing commit messages with 'aider: ' to identify commits made by the aider tool. --- website/docs/git.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/git.md b/website/docs/git.md index fc42c9bcb..36b238831 100644 --- a/website/docs/git.md +++ b/website/docs/git.md @@ -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.