Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261741AbVDWTgl (ORCPT ); Sat, 23 Apr 2005 15:36:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261727AbVDWTgl (ORCPT ); Sat, 23 Apr 2005 15:36:41 -0400 Received: from fire.osdl.org ([65.172.181.4]:37024 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S261699AbVDWTgg (ORCPT ); Sat, 23 Apr 2005 15:36:36 -0400 Date: Sat, 23 Apr 2005 12:38:23 -0700 (PDT) From: Linus Torvalds To: Sean cc: Thomas Glanzmann , David Woodhouse , Jan Dittmer , Greg KH , Kernel Mailing List , Git Mailing List Subject: Re: Git-commits mailing list feed. In-Reply-To: <2911.10.10.10.24.1114279589.squirrel@linux1> Message-ID: References: <200504210422.j3L4Mo8L021495@hera.kernel.org> <42674724.90005@ppp0.net> <20050422002922.GB6829@kroah.com> <426A4669.7080500@ppp0.net> <1114266083.3419.40.camel@localhost.localdomain> <426A5BFC.1020507@ppp0.net> <1114266907.3419.43.camel@localhost.localdomain> <20050423175422.GA7100@cip.informatik.uni-erlangen.de> <2911.10.10.10.24.1114279589.squirrel@linux1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1288 Lines: 35 On Sat, 23 Apr 2005, Sean wrote: > > A script that knows how to validate signed tags, can easly strip off all > the signing overhead for display. Users of scripts that don't understand > will see the cruft, but at least it will still be usable. NO. Guys, I will say this once more: git will not look at the signature. That means that we don't "strip them off", because dammit, they DO NOT EXIST as far as git is concerned. This is why a tag-file will _always_ start with commit tag because that way we can use fsck and validate reachability and have things that want trees (or commits) take tag-files instead, and git will automatically look up the associated tree/commit. And it will do so _without_ having to understand about signing, since signing is for trust between _people_ not for git. And that is why I from the very beginning tried to make ti very clear that the signature goes at the end. Not at the beginning, not in the middle, and not in a different file. IT GOES AT THE END. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/