Re: [PATCH 2/2] FRV: Move to arch/frv/include/asm/

From: David Howells
Date: Thu Apr 09 2009 - 17:07:54 EST


Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> Please use "-M" when creating diffs for sending to me, so that the diffs
> are rename diffs, and so that you can _see_ that they are renames. No,
> it's not the git default, but that's because there are still too many crap
> SCM's out there, and too many people using "patch".

I should've used:

stg mail -diff-opts=-M

it would appear. I wonder if this should be the default.

Note that

git-diff -M HEAD^ HEAD

does not make output that looks like yours. It's missing the:

{include/asm-frv => arch/frv/include/asm}/Kbuild | 0
{include/asm-frv => arch/frv/include/asm}/atomic.h | 0
{include/asm-frv => arch/frv/include/asm}/auxvec.h | 0
.../asm-frv => arch/frv/include/asm}/ax88796.h | 0
{include/asm-frv => arch/frv/include/asm}/bitops.h | 0
{include/asm-frv => arch/frv/include/asm}/bug.h | 0
{include/asm-frv => arch/frv/include/asm}/bugs.h | 0
.../asm-frv => arch/frv/include/asm}/busctl-regs.h | 0
.../asm-frv => arch/frv/include/asm}/byteorder.h | 0
{include/asm-frv => arch/frv/include/asm}/cache.h | 0
...
114 files changed, 0 insertions(+), 0 deletions(-)

bits. Though it does have:

diff --git a/include/asm-frv/Kbuild b/arch/frv/include/asm/Kbuild
similarity index 100%
rename from include/asm-frv/Kbuild
rename to arch/frv/include/asm/Kbuild

and onwards.

How did you get the first bit?

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/