Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754428AbYHMUl4 (ORCPT ); Wed, 13 Aug 2008 16:41:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751654AbYHMUlq (ORCPT ); Wed, 13 Aug 2008 16:41:46 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.121]:63743 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369AbYHMUlp (ORCPT ); Wed, 13 Aug 2008 16:41:45 -0400 Date: Wed, 13 Aug 2008 16:41:12 -0400 Message-ID: <87k5ektzpz.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Linus Torvalds Cc: Sam Ravnborg , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] h8300 move header files In-Reply-To: References: <871w0wvgng.wl%ysato@users.sourceforge.jp> <20080811170534.22f26b7e.akpm@linux-foundation.org> <20080812051101.GA21095@uranus.ravnborg.org> <87myjiq960.wl%ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1778 Lines: 54 At Tue, 12 Aug 2008 13:25:17 -0700 (PDT), Linus Torvalds wrote: > > > > On Tue, 12 Aug 2008, Yoshinori Sato wrote: > > > > My h8300 repository can't public access. > > Also difficult pull request. > > The nice thing about git is that it doesn't care one whit how something > gets moved. So you can > > - just send me a regular patch (as a git user, it can be the "git > shorthand" kind of patch that has explicit renames, but it can be a > traditional patch with delete/create pairs too, and git won't care AT > ALL because the end result is the same) > > - or just send me a shell script to do the renames along with a small > patch to fix up any other issues that happen as a result of the rename, > and a explanation for me to use as a commit message. > > Renames in git do not have to be handled as "git" events, unlike many > other broken models. Git will do the right thing regardless. > > Linus OK. please run this script at toplevel. -- cut here -- #!/bin/sh mkdir -p arch/h8300/include/asm git mv include/asm-h8300/* arch/h8300/include/asm git commit -m 'move include/asm-h8300 to arch/h8300/include/asm' -- cut here -- And commit log is Created commit 2f163b8: move include/asm-h8300 to arch/h8300/include/asm 99 files changed, 0 insertions(+), 0 deletions(-) rename {include/asm-h8300 => arch/h8300/include/asm}/Kbuild (100%) (snip) rename {include/asm-h8300 => arch/h8300/include/asm}/virtconvert.h (100%) All files rename only. -- Yoshinori Sato -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/