From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2250 invoked by alias); 6 Jan 2015 15:54:31 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 2232 invoked by uid 89); 6 Jan 2015 15:54:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 06 Jan 2015 15:54:29 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t06FsLZ3021090 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Jan 2015 10:54:21 -0500 Received: from warthog.procyon.org.uk (ovpn-112-45.phx2.redhat.com [10.3.112.45]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t06FsGPN030265; Tue, 6 Jan 2015 10:54:18 -0500 From: David Howells In-Reply-To: References: <20428.1420542531@warthog.procyon.org.uk> <20150106113941.GW5177@adacore.com> <87iogkt5u1.fsf@igel.home> <20150106133914.GY5177@adacore.com> <87y4pgrlp8.fsf@igel.home> <20150106151321.GZ5177@adacore.com> To: "H.J. Lu" Cc: dhowells@redhat.com, Joel Brobecker , Andreas Schwab , Fred Cooke , binutils , nick clifton Subject: Re: Can the automatic daily update commits be stopped? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7984.1420559656.1@warthog.procyon.org.uk> Date: Tue, 06 Jan 2015 15:54:00 -0000 Message-ID: <7985.1420559656@warthog.procyon.org.uk> X-SW-Source: 2015-01/txt/msg00036.txt.bz2 H.J. Lu wrote: > Try this in binutils-gdb tree: > > # echo "$(git remote -v | grep fetch | awk '{ print $2}') on $(git > name-rev --name-only HEAD) commit $(git log -1 --pretty=%H)" I suspect that what Andreas is getting at is that you can't compare SHA1 sums to gain any information on the relative age of two commits. David