mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
ignore whitespace
This commit is contained in:
parent
a153b11d57
commit
f2702cd685
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue