Denton Liu <liu.denton@xxxxxxxxx> writes: > .... Is there any way to > force git to make the diff show up the other way in both this diff and > in the blame or is this the best that we can do? "git blame -M" is your friend, I think. $ git blame -b -M HEAD^ t/t4215-log-skewed-merges.sh would show what this patch did rather nicely.