mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
copy
This commit is contained in:
parent
e1fd506269
commit
a8a026d509
3 changed files with 127 additions and 127 deletions
|
@ -589,7 +589,7 @@ class Commands:
|
|||
self.io.tool_output(f"Diff since {commit_before_message[:7]}...")
|
||||
|
||||
if self.coder.pretty:
|
||||
run_cmd(f"git diff {commit_before_message} HEAD")
|
||||
run_cmd(f"git diff {commit_before_message}")
|
||||
return
|
||||
|
||||
diff = self.coder.repo.diff_commits(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue