mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
do the commit before applying edits
This commit is contained in:
parent
2455676a44
commit
d981de5f5f
3 changed files with 61 additions and 42 deletions
|
@ -190,5 +190,5 @@ class GitRepo:
|
|||
|
||||
return res
|
||||
|
||||
def is_dirty(self):
|
||||
return self.repo.is_dirty()
|
||||
def is_dirty(self, path=None):
|
||||
return self.repo.is_dirty(path=path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue