mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 22:45:00 +00:00
feat: Enable co-authored-by by default
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
parent
74ee340101
commit
15806aa6ab
1 changed files with 2 additions and 2 deletions
|
@ -481,10 +481,10 @@ def get_parser(default_config_files, git_root):
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--attribute-co-authored-by",
|
"--attribute-co-authored-by",
|
||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
default=False,
|
default=True,
|
||||||
help=(
|
help=(
|
||||||
"Attribute aider edits using the Co-authored-by trailer in the commit message"
|
"Attribute aider edits using the Co-authored-by trailer in the commit message"
|
||||||
" (default: False). If True, this takes precedence over default --attribute-author and"
|
" (default: True). If True, this takes precedence over default --attribute-author and"
|
||||||
" --attribute-committer behavior unless they are explicitly set to True."
|
" --attribute-committer behavior unless they are explicitly set to True."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue