From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by sourceware.org (Postfix) with ESMTPS id 116E63858D35 for ; Thu, 2 Nov 2023 10:18:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 116E63858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 116E63858D35 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=212.18.0.9 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698920310; cv=none; b=k7o5wulXLJ0OWaGWgIFqv7qlewfM5KN1+7iomiTwIjGQJxgRAtHZ5WOJJHJkH4tNEpW3HllMYlHvF9g83vWE9U08GwA6PaCnEevrvOsemcrfDmvB8ni7LEjTALLk4h7EE13+raG1g8ZF1UcLgIec/eRfxIeNiAvoKVbkv1p2tj4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698920310; c=relaxed/simple; bh=v5GuCdE6d6P5mAGQxEGbuqPwV5jsTcA06DhSotjlTW4=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=bf54rAWjKZi3kFLsh3RsqO53ofAwCFXU0AQXXhT33exnFiziZnR/nV5pSlzy9Itcuxm+nmmdNrkXqfvfOawxxN/ambs4/FGLf81BFDoM2ZUp/pIDhiceFLO65LLdwWT6ZZ2FtKV1t5MHYZibGmUmh33wSN1yxenHaZ/8YatTUWQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4SLfwK2bXXz1rkSS; Thu, 2 Nov 2023 11:18:25 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4SLfwK00ssz1qqlS; Thu, 2 Nov 2023 11:18:24 +0100 (CET) X-Virus-Scanned: amavis at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024) with ESMTP id h6NcUG3EVPKQ; Thu, 2 Nov 2023 11:18:24 +0100 (CET) X-Auth-Info: qAIZy8gciW62NA+ZZ+EZPe9Lvtszz89ZytfUApIyy9n/+CqeISmZtvBTVFTD+AtC Received: from igel.home (aftr-62-216-205-72.dynamic.mnet-online.de [62.216.205.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 2 Nov 2023 11:18:24 +0100 (CET) Received: by igel.home (Postfix, from userid 1000) id EDCF42C14A9; Thu, 2 Nov 2023 11:18:23 +0100 (CET) From: Andreas Schwab To: Jonathan Wakely Cc: Sam James , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 2/4] maintainer-scripts/gcc_release: create index between snapshots <-> commits In-Reply-To: (Jonathan Wakely's message of "Thu, 2 Nov 2023 09:07:49 +0000") References: <20231102084058.1142941-1-sam@gentoo.org> <20231102084058.1142941-2-sam@gentoo.org> X-Yow: YOW!! I'm in a very clever and adorable INSANE ASYLUM!! Date: Thu, 02 Nov 2023 11:18:23 +0100 Message-ID: <87r0l81ms0.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Nov 02 2023, Jonathan Wakely wrote: > Git tags are cheap, but I can imagine a concern about hundreds of new > tags "littering" the output of 'git tag -l'. I don't _think_ you can > put tags under an alternative ref that isn't fetched by default (as we > do with refs/users and refs/vendor). I think tags have to go under > refs/tags. But grep -v could be used to filter out snapshot tags > easily. There is no inherent limitation on publishing tags outside of refs/tags, to make them invisible by git tag. There are already existing examples of tags residing under various refs/users and refs/vendors namespaces. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."