From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: why is tagger header optional? Date: Mon, 18 Jan 2010 22:32:56 -0800 Message-ID: <20100119063255.GC23212@spearce.org> References: <20100119060946.GA23212@spearce.org> <7vk4vebo6z.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Jan 19 07:33:04 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NX7eB-0002Rn-Jo for gcvg-git-2@lo.gmane.org; Tue, 19 Jan 2010 07:33:03 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752696Ab0ASGc7 (ORCPT ); Tue, 19 Jan 2010 01:32:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752305Ab0ASGc7 (ORCPT ); Tue, 19 Jan 2010 01:32:59 -0500 Received: from mail-iw0-f180.google.com ([209.85.223.180]:36673 "EHLO mail-iw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078Ab0ASGc6 (ORCPT ); Tue, 19 Jan 2010 01:32:58 -0500 Received: by iwn10 with SMTP id 10so2798551iwn.22 for ; Mon, 18 Jan 2010 22:32:58 -0800 (PST) Received: by 10.231.148.208 with SMTP id q16mr719969ibv.9.1263882778297; Mon, 18 Jan 2010 22:32:58 -0800 (PST) Received: from localhost (george.spearce.org [209.20.77.23]) by mx.google.com with ESMTPS id 22sm5108600iwn.4.2010.01.18.22.32.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 18 Jan 2010 22:32:57 -0800 (PST) Content-Disposition: inline In-Reply-To: <7vk4vebo6z.fsf@alter.siamese.dyndns.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano wrote: > "Shawn O. Pearce" writes: > > > So why is it legal to omit the tagger header from a tag? > > > > E.g. the Linux kernel tag v2.6.12 has no tagger header: > > We didn't.add tagger line until c818566 ([PATCH] Update tags to record who > made them, 2005-07-14), which is v0.99.1~9 > > Linux 2.6.12 is a lot older than that. v2.6.13-rc4 in late July is the > first one with tagger. Ugh. So its like the 100640 or whatever mode tags in the kernel trees that are also considered bogus by today's standards, but have to be allowed because of the kernel history. Thanks. -- Shawn.