From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2] make-release: fix mtime on rhel6 beta Date: Mon, 28 Jun 2010 17:24:10 -0300 Message-ID: <20100628202410.GB9852@amt.cnet> References: <20100624171902.GA11367@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, ehabkost@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55653 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766Ab0F1Uei (ORCPT ); Mon, 28 Jun 2010 16:34:38 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5SKYcgD009145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Jun 2010 16:34:38 -0400 Content-Disposition: inline In-Reply-To: <20100624171902.GA11367@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 24, 2010 at 08:19:02PM +0300, Michael S. Tsirkin wrote: > With recent git versions (like one in rhel6 beta), > git prints out tag info in addition to > requested format, if passed a tag name. > This breaks make-release. > To get just the time as we want, we need to > pass something that is not a tag name but matches > same commit. $commit^{commit} does this. > > Signed-off-by: Michael S. Tsirkin Applied, thanks.