blame with -w -C to see through reformatting
A formatter run makes the formatter's commit the author of every line. -w ignores whitespace, -C follows lines that moved from another file.
git blame -w -C -C -C src/checkout.tsAdd the big reformatting commits to a .git-blame-ignore-revs file and set blame.ignoreRevsFile, and GitHub's blame view skips them too.
git