mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
feat: Add exclude_files list to blame script
This commit is contained in:
parent
f237d0f212
commit
4942366271
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ website_files = [
|
|||
"aider/website/docs/leaderboards/index.md",
|
||||
]
|
||||
|
||||
# AI add an exclude_files list with:
|
||||
aider/website/install.ps1
|
||||
aider/website/install.sh
|
||||
# ..AI!
|
||||
|
||||
def blame(start_tag, end_tag=None):
|
||||
commits = get_all_commit_hashes_between_tags(start_tag, end_tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue