From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Cooper Subject: Re: [GIT PULL] ARM: mvebu: SoC changes for v3.17 (round 3) Date: Wed, 23 Jul 2014 20:08:17 -0400 Message-ID: <20140724000817.GP23220@titan.lakedaemon.net> References: <20140722205706.GA23220@titan.lakedaemon.net> <201407232231.41787.arnd@arndb.de> <20140723234130.GM23220@titan.lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:32266 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756000AbaGXAIe (ORCPT ); Wed, 23 Jul 2014 20:08:34 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Olof Johansson Cc: Arnd Bergmann , Kevin Hilman , "arm@kernel.org" , Andrew Lunn , Gregory CLEMENT , Sebastian Hesselbarth , Linux ARM Kernel , Viresh Kumar , "Rafael J. Wysocki" , "linux-pm@vger.kernel.org" On Wed, Jul 23, 2014 at 04:45:15PM -0700, Olof Johansson wrote: > On Wed, Jul 23, 2014 at 4:41 PM, Jason Cooper wrote: > > On Wed, Jul 23, 2014 at 10:31:41PM +0200, Arnd Bergmann wrote: > >> On Tuesday 22 July 2014, Jason Cooper wrote: ... > >> > As usual (do I need to type this each time any more? :) ), this is an > >> > incremental pull request from tags/mvebu-soc-3.17-2 up to > >> > tags/mvebu-soc-3.17-3 on the mvebu/soc branch. > >> > >> It certainly helps me to have this information, but you can write it > >> more briefly, e.g. "based on tags/mvebu-soc-3.17-2". > > > > Ahhhh.... Much more succinct. Thank you. On a side note, I wonder > > what it would take to get 'git request-pull' smart enough to add that > > information when handed a tag? > > > >> > The following changes since commit ba364fc752daeded072a5ef31e43b84cb1f9e5fd: > >> > > >> > ARM: Kirkwood: Remove mach-kirkwood (2014-07-13 22:13:39 +0000) > > > > eg: > > > > ARM: Kirkwood: Remove mach-kirkwood (tags/mvebu-soc-3.17-2) > > That only maps to the tag in your tree, which might or might not map > directly to something that we know or care about. We do tend to keep > naming similar, but not always identical. For example, the branch for > that tag would be mvebu/soc2 in our tree. Right, the goal was to automate 'based on tags/mvebu-soc-3.17-2' which lets you guys know it's an incremental pull request. > > Is the date of the base commit useful in any way in the pull request? > > I find the SHA to be useful, I will sometimes run "git branch > --contains ba3ec57<...>" to see where the base is merged already. The > date, for me, less so. Ok, good to know. thx, Jason.