On Mon, May 16, 2016 at 05:40:16PM +0800, Miao Yan wrote:
> Hi Bin,
> 
> 2016-05-13 22:01 GMT+08:00 Bin Meng <bmeng...@gmail.com>:
> > Hi Miao,
> >
> > On Fri, May 13, 2016 at 2:29 PM, Miao Yan <yanmiaob...@gmail.com> wrote:
> >> Rename  qemu/acpi_table.c to qemu/e820.c, because ACPI stuff is moved
> >> to qfw core, this file only contains code for installing e820 table.
> >>
> >> Signed-off-by: Miao Yan <yanmiaob...@gmail.com>
> >> ---
> >>  arch/x86/cpu/qemu/Makefile     |  3 +--
> >>  arch/x86/cpu/qemu/acpi_table.c | 43 
> >> ------------------------------------------
> >>  arch/x86/cpu/qemu/e820.c       | 43 
> >> ++++++++++++++++++++++++++++++++++++++++++
> >
> > Please use "git mv".
> 
> I did use "git mv". I'll double check.

I believe you need to tell git to work harder to detect renames.  You'll
have to do git format-patch --find-copies-harder ... and git send-email
... rather than just using send-email by itself (or, there's a knob
somewhere I've missed that lets you tweak the rename threshold via the
config file).

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to