fix: Pass attribute_co_authored_by arg to GitRepo constructor

This commit is contained in:
Andrew Grigorev (aider) 2025-04-12 17:55:13 +03:00
parent 072bd30443
commit f648a018a2

View file

@ -904,6 +904,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
commit_prompt=args.commit_prompt,
subtree_only=args.subtree_only,
git_commit_verify=args.git_commit_verify,
attribute_co_authored_by=args.attribute_co_authored_by, # Pass the arg
)
except FileNotFoundError:
pass