Hacker News new | ask | show | jobs
by michaelmior 848 days ago
> No one wants to reformat the files because then it will mess up with git history.

GitHub will use a file `.git-blame-ignore-revs` to allow blame to ignore commits that make those kind of changes. (This is the format used for the `--ignore-revs-file` option to `git blame`.)

1 comments

Git has something for every occasion I ever encountered with a need for something I knew was technically possible but didn't know if git would let me do it. It let me do it every time, truly the hacker's utility.