diff --git a/aider/commands.py b/aider/commands.py index a157117d1..95af6958f 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -130,6 +130,7 @@ class Commands: return commits = f"{self.coder.last_aider_commit_hash}~1" + diff = self.coder.get_diffs(commits, self.coder.last_aider_commit_hash) if self.coder.pretty: diff = self.coder.repo.git.diff(commits, "--color", self.coder.last_aider_commit_hash) else: