From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Hutchings Subject: Re: [RFC Patch] bonding: move to net/ directory Date: Mon, 06 Jun 2011 21:11:35 +0100 Message-ID: <1307391096.22348.452.camel@localhost> References: <20110523151336.GF21309@gospo.rdu.redhat.com> <20110524163323.GB28521@hmsreliant.think-freely.org> <20110525152023.GC11867@hmsreliant.think-freely.org> <20110526135053.GB12617@hmsreliant.think-freely.org> <1307379022.4994.4.camel@Joe-Laptop> <1307379881.3098.71.camel@edumazet-laptop> <1307380827.4994.8.camel@Joe-Laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Eric Dumazet , =?ISO-8859-1?Q?Am=E9rico?= Wang , Jeffrey Kirsher , =?UTF-8?Q?Micha=C5=82_Miros=C5=82aw?= , Neil Horman , Andy Gospodarek , Linux Kernel Network Developers , David Miller , Jay Vosburgh To: Joe Perches Return-path: Received: from exchange.solarflare.com ([216.237.3.220]:29496 "EHLO exchange.solarflare.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757576Ab1FFULk convert rfc822-to-8bit (ORCPT ); Mon, 6 Jun 2011 16:11:40 -0400 In-Reply-To: <1307380827.4994.8.camel@Joe-Laptop> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2011-06-06 at 10:20 -0700, Joe Perches wrote: > On Mon, 2011-06-06 at 19:04 +0200, Eric Dumazet wrote: > > Le lundi 06 juin 2011 =C3=A0 09:50 -0700, Joe Perches a =C3=A9crit = : > > > There is a proposal to move some drivers/net content to > > > drivers/net/sw/ > > > http://vger.kernel.org/netconf2010_slides/netconf-jtk.pdf > > > I think that'd be fine too. > > > I believe Jeff is going to submit patches soonish. > > > http://comments.gmane.org/gmane.linux.network/197232 > > As long as the re-organization is done without loosing "git blame" > > information on current files, I am fine. > > If not, this is a showstopper and not worth the pain, exactly like = other > > cleanup patches. >=20 > To preserve history, all of this should be done via: > git mv oldpath/file newpath/file > git commit -m newpath/file=20 > with some extra cleanups to Kconfig/Makefile files > so no worries. git doesn't explicitly record moves; it just recognises moves if you tell it to look for them (e.g. 'git diff -M' and 'git log --follow'). 'git mv' is essentially shorthand for mv && git add && git rm. And specifying the old or new path on the 'git commit' line is redundant, because the changes are already in the index. Ben. --=20 Ben Hutchings, Senior Software Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked.