mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
refactor: Simplify access to attribute_co_authored_by
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <noreply@aider.dev>
This commit is contained in:
parent
165e237be7
commit
3f94fd5e4e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class GitRepo:
|
||||||
attribute_committer = self.attribute_committer
|
attribute_committer = self.attribute_committer
|
||||||
attribute_commit_message_author = self.attribute_commit_message_author
|
attribute_commit_message_author = self.attribute_commit_message_author
|
||||||
attribute_commit_message_committer = self.attribute_commit_message_committer
|
attribute_commit_message_committer = self.attribute_commit_message_committer
|
||||||
attribute_co_authored_by = getattr(self, "attribute_co_authored_by", False) # Should be False if not set
|
attribute_co_authored_by = self.attribute_co_authored_by
|
||||||
|
|
||||||
# Determine explicit settings (None means use default behavior)
|
# Determine explicit settings (None means use default behavior)
|
||||||
author_explicit = attribute_author is not None
|
author_explicit = attribute_author is not None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue