> From: Eric Blake <ebl...@redhat.com> > Sent: Thursday, January 3, 2019 9:06 PM > To: Aleksandar Markovic; qemu-devel@nongnu.org > Cc: nor...@nocrew.org; Stefan Markovic; Aleksandar Rikalo; Aleksandar > Markovic; > alex.ben...@linaro.org; aurel...@aurel32.net > Subject: Re: [Qemu-devel] [PATCH 0/2] tests: Reorganize MIPS TCG directories > and files > > On 12/27/18 7:12 AM, Aleksandar Markovic wrote: > > From: Aleksandar Markovic <amarko...@wavecomp.com> > > > > Reorganize MIPS TCG directories and files. The file movement is done > > using "git mv" command, so "git blame" will still display the original > > information, regardles of the new names and locations of involved > > files. > > > > Aleksandar Markovic (2): > > tests: tcg: mips: Move source files to new location > > tests: tcg: mips: Remove old directories after reorganization > > > > tests/tcg/mips/mips32-dsp/Makefile | 136 --------- > > > tests/tcg/mips/mipsr5900/multu.c | 68 ----- > > .../mips/system/ase/dsp/test_64_dsp_r1_absq_s_ob.c | 63 +++++ > > > tests/tcg/mips/user/isa/r5900/test_r5900_multu.c | 68 +++++ > > 976 files changed, 19288 insertions(+), 20087 deletions(-) > > You also need to turn on git rename detection before sending your v2, so > that your mail will be MUCH smaller (showing only lines that changed > between file renames, rather than a much larger patch of deleting the > old file and creating a new file). More patch submission hints, > including the git config setup for rename detection, can be found at > https://wiki.qemu.org/Contribute/SubmitAPatch >
Great hint! OK, I'll try "git config diff.renames true" before creating v2. Thanks, Aleksandar > -- > Eric Blake, Principal Software Engineer > Red Hat, Inc. +1-919-301-3226 > Virtualization: qemu.org | libvirt.org