From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935141Ab1KJPPZ (ORCPT ); Thu, 10 Nov 2011 10:15:25 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:42781 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935113Ab1KJPPT convert rfc822-to-8bit (ORCPT ); Thu, 10 Nov 2011 10:15:19 -0500 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:content-transfer-encoding; q=dns; s=sasl; b=hKMX80 pQyX8B532msK8U3f1sRLtshRdEgPRT6xDKsq9O+MSD+y1jWBWGlq2waKhEtzHMh/ XtElF4jBVmKviWOtfdE/7Ug3QDqddEXdysMyilmGoWbVOLzwSfY3Ax3jHCY1HCIy 4lsgld7s+3AlGlPWJhS+7vExWH5slbbjb50/A= From: Junio C Hamano To: Johan Herland Cc: Linus Torvalds , "Ted Ts'o" , Shawn Pearce , 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> <7vwrbjlj5r.fsf@alter.siamese.dyndns.org> <7vk47jld5s.fsf@alter.siamese.dyndns.org> <7v62j1gitn.fsf@alter.siamese.dyndns.org> <7vvcr1f38j.fsf@alter.siamese.dyndns.org> <7v4nydurzh.fsf@alter.siamese.dyndns.org> Date: Thu, 10 Nov 2011 07:15:15 -0800 In-Reply-To: (Johan Herland's message of "Thu, 10 Nov 2011 09:02:53 +0100") Message-ID: <7vaa84t3ek.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=utf-8 X-Pobox-Relay-ID: CC137F0E-0BAE-11E1-89D2-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Johan Herland writes: > On Wed, Nov 9, 2011 at 18:26, Junio C Hamano wrote: >>  - "git notes" is represented as a commit that records a tree that holds >>   the entire mapping from commit to its annotations, and the only way to >>   transferr it is to send it together with its history as a whole. It >>   does not have the nice auto-following property that transfers only the >>   relevant annotations. > > True. However, consider these mitigating factors: > ... > > My point is that although "notes" might end up transferring more > annotations than strictly necessary, I believe that in practice all the > notes being transferred are already (or will soon become) relevant. Sorry, but I do not think you are considering what would happen when you have many branches with different purposes, whose commits near tips will never get merged with each other. "automatic following" semantics like what "git fetch" does for signed tags is absolutely necessary in such a case, and the above are not mitigating factors at all in that context.