feat: Add exclude_files list to blame script

This commit is contained in:
Paul Gauthier 2024-12-17 08:25:03 -08:00 committed by Paul Gauthier (aider)
parent f237d0f212
commit 4942366271

View file

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