mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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
|
return
|
||||||
if self.commit_before_message[-1] != self.repo.get_head_commit_sha():
|
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.")
|
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):
|
def dirty_commit(self):
|
||||||
if not self.need_commit_before_edits:
|
if not self.need_commit_before_edits:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue