From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason) Date: Fri, 2 Mar 2012 12:04:41 -0500 Subject: [PATCH 0/4] ARM: kirkwood: fdt: convert kirkwood init funcs to fdt In-Reply-To: <201203021658.12047.arnd@arndb.de> References: <201203012214.07019.arnd@arndb.de> <20120302163121.GI11986@titan.lakedaemon.net> <201203021658.12047.arnd@arndb.de> Message-ID: <20120302170441.GK11986@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Mar 02, 2012 at 04:58:11PM +0000, Arnd Bergmann wrote: > On Friday 02 March 2012, Jason wrote: > > > > > > I have other commit IDs for the two patches that I took from your > > > emails, so you should rebase the other patches on top of the > > > version that I have in the arm-soc/kirkwood/board branch, otherwise > > > we end up with duplicate commits my tree when I pull them again. > > > > Got it, I cherry-picked the series over and incorporated Grant's > > suggestions. > > > > Just making sure you know about this one: > > git rebase -i --onto arm-soc/kirkwood/board torvalds/master > > The '-i' lets you pick which ones you want to move over, then it > applies all patches from the current branch that are not on > torvalds/master on top of the last commit from arm-soc/kirkwood/board. > > If you don't know it yet, I suggest you play with this for an hour > or so that will be very well invested time. If you knew this, then nevermind. I use the daylights out of git rebase -i, but hadn't made use of --onto yet. Thanks for the tip. thx, Jason.