mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
feat: add attribute-co-authored-by option for commit attribution
This commit is contained in:
parent
482e0c2d0b
commit
4783ad3a73
2 changed files with 38 additions and 47 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue