jdaugherty commented on issue #13754:
URL: https://github.com/apache/grails-core/issues/13754#issuecomment-2849623190
FYI: Git supports 'ignoring a revision' when using git blame and can be
configured by default to do so. If we reformat the code in one change, we can
add that revision to be ignored:
blame.ignoreRevsFile
Ignore revisions listed in the file, one unabbreviated object name
per line, in git-blame[1]. Whitespace and comments beginning with # are
ignored. This option may be repeated multiple times. Empty file names will
reset the list of ignored revisions. This option will be handled before the
command line option --ignore-revs-file.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]