On Tue, Jul 14, 2015 at 10:59:31AM +0300, Maxim Uvarov wrote:
> Stuart,  git format-patch -M (move) looks like will minimize that
> patches and make them more readable.
> Can you resend patches with -M options?
> 

They were generated with -M, but it didn't help. I guess because I didn't
really move a file, I created a new file (mask_common.c) by moving a
large chunk of the content of an existing file (cpumask.c) into it.

It gets picked up on commit;

 4 files changed, 129 insertions(+), 632 deletions(-)
 rewrite test/validation/cpumask/cpumask.c (84%)
 rename test/validation/cpumask/{cpumask.c => mask_common.c} (80%)
 create mode 100644 test/validation/cpumask/mask_common.h

But that's not reflected in format-patch -M, am I missing something?

Patch 2/6 is the one with the move and I deliberately *only* did the
move in the patch so that it would be easier to review, the bulk of
changes are in 3/6.

-- 
Stuart.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to