From patchwork Wed Feb 28 14:33:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 1905837 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=B36uTQ23; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TlH1D6t75z23qP for ; Thu, 29 Feb 2024 01:34:24 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F3A353858C62 for ; Wed, 28 Feb 2024 14:34:22 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 63F2A3858D39 for ; Wed, 28 Feb 2024 14:34:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 63F2A3858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 63F2A3858D39 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709130842; cv=none; b=mGJsQEQYpt9I8yQdJSo6plPgcrenix7Alh6D+sZIyOxll2t36wdrnIMElZ8yhbCeyMAfqKmr2nm0d5qR4l8aGlfUe7gvfVhjKv4c5esQYerI/CH2dANGXYgcerVzqXHqm1qzJm8NyUIVuGLCq/KMZdWfBpcXOBomY9gEGAQ4fIU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709130842; c=relaxed/simple; bh=gC4m+tuH5r2bj2gLJ/HKBmjdHP2zHofK/WSSwTj5Ve4=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=MO1/9tXlv4MTvGM+subokWZIe9b3E4J1NUuD+ZE/jvInGcLRLI07qNvFrEsNAtTqvGDNa4oxgnIkmQuNm0ZM+B+rDtI/Xh3jobLkal3AzQWFg5BzdtghugxMoqhxI/ElQUdnncd9lk3hi1c+fzWA53ylqXnHKHUrL7g8M6wsi7g= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709130840; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=XCVaPPc/NU21C2vkfznOq0SSvM7rorLZERIvMfOqaOo=; b=B36uTQ23bZj4mzLA13XrqOSPcSkhQLTQCXOUu0tHC30LyzGfYcW44oGOHmbwIA2rG+JolE IVkDuSY+yrrwkALCCCD310XihgHQK1TED75D3h3/sP5JvB1HJGX0OuWT4ShUBPIq3pt/ES EkhBcHRfb67eyXYvrPBNNODZCv9w6S0= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-62-zr8-aAfmODC0OOQ9BIbUxQ-1; Wed, 28 Feb 2024 09:33:58 -0500 X-MC-Unique: zr8-aAfmODC0OOQ9BIbUxQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 08CCC3814E94; Wed, 28 Feb 2024 14:33:58 +0000 (UTC) Received: from localhost (unknown [10.42.28.181]) by smtp.corp.redhat.com (Postfix) with ESMTP id CA64C492BE8; Wed, 28 Feb 2024 14:33:57 +0000 (UTC) From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [committed] libstdc++: Update outdated docs on contributing Date: Wed, 28 Feb 2024 14:33:13 +0000 Message-ID: <20240228143357.189407-1-jwakely@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE 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.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Pushed to trunk, but I've just noticed it should be https not http. -- >8 -- We don't want a separate ChangeLog submission now. libstdc++-v3/ChangeLog: * doc/xml/manual/appendix_contributing.xml: Replace outdated info on ChangeLog entries. * doc/html/manual/appendix_contributing.html: Regenerate. --- .../doc/html/manual/appendix_contributing.html | 16 +++++++++------- .../doc/xml/manual/appendix_contributing.xml | 16 +++++++++------- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml index a9196493adc..0dcafcb98af 100644 --- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml +++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml @@ -151,12 +151,12 @@ - A ChangeLog entry as plain text; see the various - ChangeLog files for format and content. If you are - using emacs as your editor, simply position the insertion - point at the beginning of your change and hit CX-4a to bring - up the appropriate ChangeLog entry. See--magic! Similar - functionality also exists for vi. + A ChangeLog entry as part of the Git commit message. Check + some recent commits for format and content. The + contrib/mklog.py script can be used to + generate a ChangeLog template for commit messages. See + Read-write Git access + for scripts and aliases that are useful here. @@ -171,7 +171,7 @@ The patch itself. If you are using the Git repository use - git diff or git format-patch + git show or git format-patch to produce a patch; otherwise, use diff -cp OLD NEW. If your version of diff does not support these options, then get the @@ -186,6 +186,8 @@ patches and related discussion should be sent to the libstdc++ mailing list. In common with the rest of GCC, patches should also be sent to the gcc-patches mailing list. + So you could send your email To:libstdc++@gcc.gnu.org and + Cc:gcc-patches@gcc.gnu.org for example.