Hacker News new | ask | show | jobs
by JelteF 569 days ago
I learned about the --first-parent flag of git blame recently. It allows git blame to work well in repos that use merge commits.
1 comments

There is also -r, which leaves merge commits and lets you move them around.