From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gabriel Paubert Subject: Re: small git lesson [Was: Re: Revert 737a3bb9416ce2a7c7a4170852473a4fcc9c67e8 ?] Date: Wed, 13 Apr 2011 12:31:44 +0200 Message-ID: <20110413103144.GB3066@iram.es> References: <20110406204327.GA11148@iram.es> <1302185075.24704.143.camel@thor.local> <20110411133128.GA24344@iram.es> <1302535963.24704.268.camel@thor.local> <20110412113033.GA16649@iram.es> <1302608770.27054.36.camel@thor.local> <20110413080204.GA3871@iram.es> <20110413081246.GK18850__3180.67204575545$1302682420$gmane$org@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Andreas Schwab Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Greg KH , linuxppc-dev@lists.ozlabs.org, dri-devel@lists.freedesktop.org, LKML , Dave Airlie List-Id: dri-devel@lists.freedesktop.org On Wed, Apr 13, 2011 at 10:59:14AM +0200, Andreas Schwab wrote: > Uwe Kleine-K=F6nig writes: >=20 > > $ git name-rev --refs=3Drefs/tags/v2.6\* 69a07f0b117a40fcc1a479358d= 8e1f41793617f2 > > 69a07f0b117a40fcc1a479358d8e1f41793617f2 tags/v2.6.39-rc2~3^2~43^2~= 4 > > > > so it was introduced just before -rc2. >=20 > $ git tag --contains 69a07f0b117a40fcc1a479358d8e1f41793617f2 > v2.6.39-rc1 > v2.6.39-rc2 >=20 So who is right? I think it was before rc1.=20 Anyway I'm aware that there are other git commands, although for the op= tion details I often have to have a look at the man page. However in this case the main reason to fire gitk was to have a quick l= ook=20 at the patch and its context, and simply reported the "Precedes" line=20 in the display, which is 2.6.39-rc1. It also follow v2.6.37-rc2, which = means that it has been quite a long time outside the main tree. Gabriel