From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:19
Patrick Sabin [off-list ref] writes:
I want to diff a renamed file (to a different directory) in different commits.
File a was moved to the file subdir/c
I tried:
$ git diff b616d 0aa0 -- subdir/c a
Does
$ git diff -M b616d 0aa0 -- subdir/c a
match them up?