From b8dfb18aa9c389da6f665c67def63c07fdb68aac Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 1 Aug 2024 15:57:43 -0300 Subject: [PATCH] feat: Add subtree_only attribute to GitRepo class --- aider/repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/repo.py b/aider/repo.py index bad23381e..0290dfaa2 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -37,6 +37,7 @@ class GitRepo: self.attribute_committer = attribute_committer self.attribute_commit_message = attribute_commit_message self.commit_prompt = commit_prompt + self.subtree_only = subtree_only if git_dname: check_fnames = [git_dname]