recast-hep / recast-atlas

CLI for ATLAS RECAST contributors
https://recast.docs.cern.ch/
Apache License 2.0
5 stars 5 forks source link

chore: Add .git-blame-ignore-revs to ignore style in blame view #148

Closed matthewfeickert closed 1 month ago

matthewfeickert commented 1 month ago

Add a git blame ignore-revs file to automatically ignore commits listed in it from the blame view on GitHub. Include in it style changes added by pre-commit hooks which touch multiple files.

To ignore the commits in the .git-blame-ignore-revs when running git blame locally run: git blame --ignore-revs-file .git-blame-ignore-revs.

c.f.: