mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
test: Temporarily disable co-author attribution to verify test failure
This commit is contained in:
parent
4783ad3a73
commit
43cb4d68f7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class GitRepo:
|
|||
attribute_committer = coder.args.attribute_committer
|
||||
attribute_commit_message_author = coder.args.attribute_commit_message_author
|
||||
attribute_commit_message_committer = coder.args.attribute_commit_message_committer
|
||||
attribute_co_authored_by = coder.args.attribute_co_authored_by
|
||||
# attribute_co_authored_by = coder.args.attribute_co_authored_by # <-- Intentionally commented out for testing
|
||||
else:
|
||||
# Fallback to self attributes (initialized from config/defaults)
|
||||
attribute_author = self.attribute_author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue