ignore whitespace

This commit is contained in:
Paul Gauthier 2024-05-24 10:15:46 -07:00
parent a153b11d57
commit f2702cd685

View file

@ -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,