mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: Remove redundant message when no changes were made
This commit is contained in:
parent
88eaf8cf1d
commit
d94c1c0e1f
1 changed files with 0 additions and 2 deletions
|
@ -1897,8 +1897,6 @@ class Coder:
|
|||
return
|
||||
if self.commit_before_message[-1] != self.repo.get_head_commit_sha():
|
||||
self.io.tool_output("You can use /undo to undo and discard each aider commit.")
|
||||
else:
|
||||
self.io.tool_output("No changes made to git tracked files.")
|
||||
|
||||
def dirty_commit(self):
|
||||
if not self.need_commit_before_edits:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue