Hacker News new | ask | show | jobs
by nemomarx 583 days ago
I would think the issue is that if you format someone else's code, gitblame then sees you editing that code? Unless you can mark that commit as white space changes only somehow
1 comments

You can tell `git blame` to ignore entire commits:

https://gist.github.com/kateinoigakukun/b0bc920e587851bfffa9...