You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, it would be nice to ignore error if the file does not exist, that way we can set the config globally without breaking every repo that does not have the file: git config --global blame.ignoreRevsFile .git-blame-ignore-revs.
The text was updated successfully, but these errors were encountered:
Some projects to have a
.git-blame-ignore-revs
file to ignore e.g. coding style reformatting commits. GitHub uses that file by default: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view.Alternatively, it would be nice to ignore error if the file does not exist, that way we can set the config globally without breaking every repo that does not have the file:
git config --global blame.ignoreRevsFile .git-blame-ignore-revs
.The text was updated successfully, but these errors were encountered: