feat: add attribute-co-authored-by option for commit attribution

This commit is contained in:
Andrew Grigorev (aider) 2025-04-12 17:39:49 +03:00
parent 482e0c2d0b
commit 4783ad3a73
2 changed files with 38 additions and 47 deletions

View file

@ -428,7 +428,7 @@ def get_parser(default_config_files, git_root):
"--attribute-author",
action=argparse.BooleanOptionalAction,
default=True,
help="Attribute aider code changes in the git author name (default: True)",
help="Attribute aider code changes in the git author name (default: True, ignored if attribute-co-authored-by is True unless explicitly set)",
)
group.add_argument(
"--attribute-committer",