diff --git a/scripts/blame.py b/scripts/blame.py index e3c7bbb49..4f83c63e4 100755 --- a/scripts/blame.py +++ b/scripts/blame.py @@ -13,7 +13,7 @@ from aider.dump import dump def get_lines_with_commit_hash(filename, aider_commits, git_dname, verbose=False): result = subprocess.run( - ["git", "-C", git_dname, "blame", "-l", filename], + ["git", "-C", git_dname, "blame", "-w", "-l", filename], capture_output=True, text=True, check=True,