Y
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
3np
569 days ago
There is also -r, which leaves merge commits and lets you move them around.
link