On 06/10/20 19:33, Richard Henderson wrote: > On 10/6/20 11:43 AM, Matthew Rosato wrote: >>> Looks good, but... >>> >>> <meta>Is there any way to coax out a more reviewable version of this >>> via git mv?</meta> >>> >> >> I tried git mv, but a diff between the old patch and the new patch looks the >> same (other than the fact that I squashed the MAINTAINERS hit in) > > git format-patch --find-renames[=<pct>] > > Though I'm surprised it's not doing that by default. Yeah, diff.renames should default to true. But you can try git config --global diff.renames true and if it fails git config diff.renames true Paolo