On Wed, Feb 20, 2013 at 1:29 AM, Kim, Milo <milo....@ti.com> wrote: >> For this kind of patches you should really use the "-M" flag of "git >> format-patch" to activate rename detection. The patch becomes much >> more >> readable. For example, the diffstat for this one using -M is: > > Thanks for useful tip! >
Instead put -M every time run format-patch, run this command should be helpful: git config --global diff.renames true Thanks Arnd Bergmann and Stephen Warren -Bryan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/