Y
Hacker News
new
|
ask
|
show
|
jobs
by
XorNot
520 days ago
I use a .git-blame-ignore-revs file. So if you run the fix once, dump that commit in the file and use it when you use git blame, it'll exclude blame in that commit.
https://www.stefanjudis.com/today-i-learned/how-to-exclude-c...
1 comments
lazystar
520 days ago
awesome, ty!
link