Patrick Sabin <patrick.just4fun@xxxxxxxxx> 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? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html