Open gdevenyi opened 3 years ago
We should add git config blame.ignoreRevsFile .git-blame-ignore-revs
as indicated in https://github.com/InsightSoftwareConsortium/ITK/blob/3a969e556af074614f75eeb59befbe83e410b47c/.git-blame-ignore-revs#L10 to SetupForDevelopment
script and possibly bump its version:
https://github.com/InsightSoftwareConsortium/ITK/blob/3a969e556af074614f75eeb59befbe83e410b47c/Utilities/SetupForDevelopment.sh#L110
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.
Description
Bulk change issues don't always include .git-blame-ignore-revs addition
Expected information
The file should be updated when bulk style commits are made.
Actual information
Add the commit rev-id to the file.
Versions
N/A
Ref: #2608 most recently.