lkml.org 
[lkml]   [2009]   [Jan]   [6]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 6 Jan 2009 13:59:17 -0800 (PST)
FromLinus Torvalds <>
SubjectRe: [PATCH 03/23] cris: introduce asm/swab.h
On Tue, 6 Jan 2009, Harvey Harrison wrote:
>> cris holds its arch overrides in an arch/ folder, rename these
> byteorder.h files to swab.h and include them from asm/swab.h
> > Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
> ---
>  arch/cris/include/arch-v10/arch/byteorder.h |   28 ---------------------------
>  arch/cris/include/arch-v10/arch/swab.h      |   28 +++++++++++++++++++++++++++
>  arch/cris/include/arch-v32/arch/byteorder.h |   22 ---------------------
>  arch/cris/include/arch-v32/arch/swab.h      |   22 +++++++++++++++++++++


Since you'e a git user, and you're basically renaming files while then 
putting a new name in place, can you please send patches done with both 
the "-M" flag (rename detection) _and_ the "-B" flag (which breaks 
associations of files even if the name stays the same)?

It's rare that this is needed, but it really helps. Now the patches look 
like a big delete/create event, and it's not at all obvious that the code 
is actually the same before and after.

		Linus


\
 
 \ /
  Last update: 2009-01-06 23:01    [from the cache]
©2003-2008