From patchwork Mon Jan 16 18:59:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 44290 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp1350736wrn; Mon, 16 Jan 2023 11:00:12 -0800 (PST) X-Google-Smtp-Source: AMrXdXsGUSDzFqW37hcJzYbohQdSlQvUGoXdXrw2D2NxyUdTVc7Bd3c81Xnly0CiskS90VSK3BXr X-Received: by 2002:a05:6402:448d:b0:498:2f9f:3442 with SMTP id er13-20020a056402448d00b004982f9f3442mr384542edb.2.1673895612289; Mon, 16 Jan 2023 11:00:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673895612; cv=none; d=google.com; s=arc-20160816; b=VZKTB+f0mLEdhXOCLQ7ZojznBzDcDxAba71R01L++Wb0adl9pYINR4H7pkTy0C9lrp gpmTOlW37xv+XKRKQ0CQU4qe+Z6DgVjys12dHm+7WKIIWp/Eq0VQeFnGizkg3wuTDrLE cw3T7LH7QXmRj2lgjzdV5RC00Lc4am7LNGSuoSF71deBsR8jNejkK9u4Hbaqw/nCffM2 Ce8wyF8anmm8o2T6at8RphwiPmXS3DvpZKY9eYv22/JQn8hbjZEFZQYkcEkCd4lXozku JOyOInNjmTiEmfB1GsTdbwl8RLuvPE0jqLlhmXSX6wTu80JPhc5+2ng3YQ1+rOa24846 MzXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=7kuXhtMwBgyn5KFH4SWzwiPqFmgDsMWuSnI/A1YS9CU=; b=ST6Runh/e7O9kxTlgZYkGG8+8sdVEK1nSblNd3jhs2Mt+vzJiY4ZwJpRxvCVDTemBq 6aB5iV7+YEui0Yk6aDdg0t0yHtKvh8lEnHBXTG3OZ5FL8GHhC9hTikhFtj44YtyRT3mH Ma4pWaDZVgJbfz1SRJkir2ic0kM9E120cZzU0GrBzb4wLrVx5Kd8rERTvHjyhDwypzyX HXNAHz5KmTYu+IInMtftlk50XUhV8cqA5LI8FKZEyrVdTBArFcPtBF4PogGzD9Rpil1L jF5K8tYBJ9f+w27TFzQvtGDFM82Ejyg9Cmy8DXgc4kylnUFIu75PkXXKJatWG5Brw9Wo Dorw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (server2.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id d5-20020a056402078500b0049dfd2a39a8si6625331edy.153.2023.01.16.11.00.12 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Jan 2023 11:00:12 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E88FC3858414 for ; Mon, 16 Jan 2023 19:00:07 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 944443858D32 for ; Mon, 16 Jan 2023 18:59:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 944443858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 4BF8233F26 for ; Mon, 16 Jan 2023 13:59:44 -0500 (EST) Received: from [192.168.1.80] (62-47-135-117.adsl.highway.telekom.at [62.47.135.117]) (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 hamza.pair.com (Postfix) with ESMTPSA id D55E333F2F for ; Mon, 16 Jan 2023 13:59:43 -0500 (EST) Date: Mon, 16 Jan 2023 19:59:25 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: git: Remove trailing slash from tags MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230116185944.4BF8233F26@hamza.pair.com> X-Spam-Status: No, score=-9.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1755206765231063937?= X-GMAIL-MSGID: =?utf-8?q?1755206765231063937?= This is nearly the last case in our tree; nearly current HTML 5 across, now. Gerald --- htdocs/git.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/git.html b/htdocs/git.html index 4a8b1004..fc30c5ab 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -3,8 +3,8 @@ - - + + GCC: Anonymous read-only Git access