mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
Add support for more file types in the blame script
This commit is contained in:
parent
6888b07ea0
commit
c7884c94f6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ def blame(start_tag, end_tag=None):
|
||||||
|
|
||||||
authors = get_commit_authors(commits)
|
authors = get_commit_authors(commits)
|
||||||
|
|
||||||
pats = "*.py *.scm **Dockerfile".split()
|
pats = "*.py *.scm *.sh **Dockerfile **Gemfile .github/workflows/*.yml".split()
|
||||||
files = []
|
files = []
|
||||||
for pat in pats:
|
for pat in pats:
|
||||||
files += run(["git", "ls-files", pat]).strip().split("\n")
|
files += run(["git", "ls-files", pat]).strip().split("\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue