itwinjs-core
itwinjs-core copied to clipboard
ignore bulk EOL change when doing git blame on GitHub
add .git-blame-ignore-revs file which allows you to list commits to ignore.
right now only ignoring the EOL change from a few months ago
GH should auto pick up this file and ignore the rev when doing git blame, see
And if you want to configure it locally to do so, run
git config blame.ignoreRevsFile .git-blame-ignore-revs
I know @wgoehrig looked into doing this a while ago but didn't for some reason... I'm trying to recall why that was.
I know @wgoehrig looked into doing this a while ago but didn't for some reason... I'm trying to recall why that was.
yep, in this pr: https://github.com/iTwin/itwinjs-core/pull/3382
the only motivation for this pr, was you can ignore the eol change pr on github blames. locally you could choose not to use this if you didnt want to