mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
docs: clarify --attribute-co-authored-by precedence
This commit is contained in:
parent
5851d66174
commit
38dfd6f4f9
1 changed files with 5 additions and 1 deletions
|
@ -458,7 +458,11 @@ def get_parser(default_config_files, git_root):
|
||||||
"--attribute-co-authored-by",
|
"--attribute-co-authored-by",
|
||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
default=False,
|
default=False,
|
||||||
help="Attribute aider edits using the Co-authored-by trailer in the commit message (default: False).",
|
help=(
|
||||||
|
"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"
|
||||||
|
" --attribute-committer behavior unless they are explicitly set to True."
|
||||||
|
),
|
||||||
)
|
)
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--git-commit-verify",
|
"--git-commit-verify",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue