From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934700Ab1JaWoa (ORCPT ); Mon, 31 Oct 2011 18:44:30 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:36462 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934441Ab1JaWo2 (ORCPT ); Mon, 31 Oct 2011 18:44:28 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Yr6FhON2Yyi9/QA/E3WF7UhK1nySIKJk EEo5uSbmOAH6gr0yyzJEsvdkRoKpD6Qwmz8N+aCcbPomKO2kZcwQPWJBgJmigreU vdaq0FDYzkAJtXNHBYSY7J8C2U1Rl2hz5RpF9TM/7ENDiBukmGkDE0Df+mL4tgt6 hJJSYQU6vtA= From: Junio C Hamano To: "H. Peter Anvin" Cc: Linus Torvalds , git@vger.kernel.org, James Bottomley , Jeff Garzik , Andrew Morton , linux-ide@vger.kernel.org, LKML Subject: Re: [git patches] libata updates, GPG signed (but see admin notes) References: <20111026202235.GA20928@havoc.gtf.org> <1319969101.5215.20.camel@dabdike> <1320049150.8283.19.camel@dabdike> <7vy5w1ow90.fsf@alter.siamese.dyndns.org> <4EAF1F40.3030907@zytor.com> <4EAF2245.90308@zytor.com> Date: Mon, 31 Oct 2011 15:44:25 -0700 In-Reply-To: <4EAF2245.90308@zytor.com> (H. Peter Anvin's message of "Mon, 31 Oct 2011 15:33:41 -0700") Message-ID: <7vzkggok6u.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: E32F54AA-0411-11E1-A693-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "H. Peter Anvin" writes: > On 10/31/2011 03:30 PM, Linus Torvalds wrote: >> >> But if you do the normal "git pull git://git.kernel.org/name/of/repo" >> - which is how things happen as a result of a pull request - you won't >> get tags at all - you have to ask for them by name or use "--tags" to >> get them all. >> > > Didn't realize that... I guess I'm too used to named remotes. > > If so, just using a tag should be fine, no? So nobody is worried about this (quoting from my earlier message)? On the other hand, the consumers of "Linus kernel" may want to say that they trust your tree and your tags because they can verify them with your GPG signature, but also they can independently verify the lieutenants' trees you pulled from are genuine. A signed emphemeral tag is usable as means to verify authenticity in a hop-by-hop fashion, but that does not leave a permanent trail that can be used for auditing.