mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
chore: remove unnecessary comment in repo.py
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
This commit is contained in:
parent
38dfd6f4f9
commit
165e237be7
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class GitRepo:
|
||||||
attribute_committer = coder.args.attribute_committer
|
attribute_committer = coder.args.attribute_committer
|
||||||
attribute_commit_message_author = coder.args.attribute_commit_message_author
|
attribute_commit_message_author = coder.args.attribute_commit_message_author
|
||||||
attribute_commit_message_committer = coder.args.attribute_commit_message_committer
|
attribute_commit_message_committer = coder.args.attribute_commit_message_committer
|
||||||
attribute_co_authored_by = coder.args.attribute_co_authored_by # <-- Restored
|
attribute_co_authored_by = coder.args.attribute_co_authored_by
|
||||||
else:
|
else:
|
||||||
# Fallback to self attributes (initialized from config/defaults)
|
# Fallback to self attributes (initialized from config/defaults)
|
||||||
attribute_author = self.attribute_author
|
attribute_author = self.attribute_author
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue