mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
feat: Add subtree_only attribute to GitRepo class
This commit is contained in:
parent
d05f1e6446
commit
b8dfb18aa9
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue