feat: Add subtree_only attribute to GitRepo class

This commit is contained in:
Paul Gauthier (aider) 2024-08-01 15:57:43 -03:00
parent d05f1e6446
commit b8dfb18aa9

View file

@ -37,6 +37,7 @@ class GitRepo:
self.attribute_committer = attribute_committer self.attribute_committer = attribute_committer
self.attribute_commit_message = attribute_commit_message self.attribute_commit_message = attribute_commit_message
self.commit_prompt = commit_prompt self.commit_prompt = commit_prompt
self.subtree_only = subtree_only
if git_dname: if git_dname:
check_fnames = [git_dname] check_fnames = [git_dname]