InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.43k stars 664 forks source link

Document .git-blame-ignore-revs addition for bulk changes #2624

Open gdevenyi opened 3 years ago

gdevenyi commented 3 years ago

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.

dzenanz commented 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

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.