From patchwork Sun May 23 12:37:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 1482488 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fp0HJ3mvRz9sRf for ; Sun, 23 May 2021 22:37:46 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 06A2D388A43B; Sun, 23 May 2021 12:37:44 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 680283854813 for ; Sun, 23 May 2021 12:37:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 680283854813 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Tobias_Burnus@mentor.com IronPort-SDR: cnmDBGgyZMUyodyoetKDvqUT1m4du9FSFWTk0MvcvTwQyy9eTvZ2r2Quhm+VyKVqBAhvRRSVNy IroOvq2mOXTevq7BsmZMAlBDqwNAYFHf4bPtgOr7oJhuXo3A9z7kjkdb1i9fcdb3dh5AHOkMr6 JnyMbAp7/ywyBZVOLpZzIm4O1unGAU0Lvc4+yPzfo1l7TV0hjcIz8UVYBvd9MvZ2rILMPq+T5D w4gge7T9WyVobU/oB1YjFXyp/8z+CSNSVR5Mek8wUyTpDJZYQYTGzBEVTvks0Ka/OMqLHfRRgh LRE= X-IronPort-AV: E=Sophos;i="5.82,319,1613462400"; d="diff'?scan'208";a="61695117" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 23 May 2021 04:37:40 -0800 IronPort-SDR: LyBoer+gsaX5EiesKhg/28gqPrrl0LnPGqdxv19DsHVy1LDf9QdpoGtdDa/mTNhZPAIgGLYv+3 /iOrw35qf4ZZO02SuFI9jsM3OLSQXeq/WedARTltMPwuv8nWcLP9BSTxfJfYu6zHLmv+UjxFgC /et4GWGReOC4xaPg4VAy787VjbXLlRDthpzNziL9EPZSQTJg8eGSNUpS41sdjLrrdQ9BEX9MSX E8GThkTbELZH0WXCBBpN4g9aRoCHnQo6I02ABwq9piJka4urAINm+p7q1Fa1iPX46Me2T0qeBn h7Y= To: gcc-patches , Gerald Pfeifer , =?utf-8?q?Martin_Li=C5=A1ka?= From: Tobias Burnus Subject: [wwwdocs, patch] htdocs/gitwrite.html: Clarify ChangeLog generation Message-ID: Date: Sun, 23 May 2021 14:37:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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@gcc.gnu.org Sender: "Gcc-patches" As there was some confusion regarding when the ChangeLog is generated, I propose the attached wwwdocs patch. Comments? (Side remark: The cron-script commit by gccadmin@ is labelled "Daily bump." and updates gcc/DATESTAMP besides the ChangeLog files.) Tobias ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank Thürauf htdocs/gitwrite.html: Clarify ChangeLog generation diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html index 8363e70c..66ad215f 100644 --- a/htdocs/gitwrite.html +++ b/htdocs/gitwrite.html @@ -233,9 +233,9 @@ pull" before attempting a checkin; this will save you a little time if someone else has modified the source tree since the last time you synced your sources. -
  • Apply the patch to your local tree. ChangeLog entries will be -automatically added to the corresponding ChangeLog files based -on the git commit message. See the documentation of +
  • Apply the patch to your local tree. On the release branches, ChangeLog +entries will be automatically added to the corresponding ChangeLog files based +on the git commit message by the daily-bump commit. See the documentation of ChangeLog format.
  • Make sure to rebuild any generated files affected by