From unknown Sat Sep 20 00:09:36 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#58944] [PATCH] doc: Make "Teams" and "Sending a Patch Series" numbered subsections. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Nov 2022 12:22:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 58944 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58944@debbugs.gnu.org Cc: "\(" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16673052672059 (code B ref -1); Tue, 01 Nov 2022 12:22:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Nov 2022 12:21:07 +0000 Received: from localhost ([127.0.0.1]:42915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqGR-0000X7-25 for submit@debbugs.gnu.org; Tue, 01 Nov 2022 08:21:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:52586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqGP-0000X0-Hr for submit@debbugs.gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opqGP-0000YF-CT for guix-patches@gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opqGL-0003Id-5H for guix-patches@gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 42B794112B; Tue, 1 Nov 2022 13:20:57 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27B2FlplOZjb; Tue, 1 Nov 2022 13:20:56 +0100 (CET) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667305256; bh=qaIX5sF1ZG1CaMVZZPjRJW2hIKUYDKvmbJsiKIltCCs=; h=From:To:Cc:Subject:Date; b=NnhHyA5mXiAJpbvzGmX5me79G9S3bFAZWeprFXpqTYKCFHYgHyKP3LTloAVB5SW73 06OVQPKa0XHL3lcFf/9w+1J2xfeXu6rKcnWP1vuvGGg7E2pErG8LF2bdETLJXxqNhu 2l0hPzGFEg4fSU5iwTWWOFm17EYEEZ1ilksG/iMzhph0JY0Jm407f6RKDCyRWrLTJo LAs4j0M9bS6y8YcXRVoDazPXYndmsx6GCVrCoQdWiDUN7VrL8+QacHbRHsMqS+//0B 8GqoO50IuckXdF+9nrHn5oY0Vjh9yG8+sLNIrC23AeDwxp0JjRT2qFydxqt4mgSUCb 0xwL93krvolIw== Date: Tue, 1 Nov 2022 12:20:36 +0000 Message-Id: <20221101122035.15940-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * doc/contributing.texi ("Contributing")["Submitting Patches"] <"Sending a Patch Series">: Make it a numbered subsection. <"Teams">: Likewise. --- doc/contributing.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 6540ec29a6..bc5d02ee5b 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1404,7 +1404,7 @@ git config --local format.thread shallow git config --local sendemail.thread no @end example -@unnumberedsubsec Sending a Patch Series +@subsection Sending a Patch Series @anchor{Sending a Patch Series} @cindex patch series @cindex @code{git send-email} @@ -1542,7 +1542,7 @@ If need be, you may use @option{--cover-letter -a} to send another cover letter, e.g. for explaining what's changed since the last revision, and these changes are necessary. -@unnumberedsubsec Teams +@subsection Teams @anchor{Teams} @cindex teams -- 2.38.0 From unknown Sat Sep 20 00:09:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "(" Subject: bug#58944: closed (Re: [PATCH] doc: Make "Teams" and "Sending a Patch Series" numbered subsections.) Message-ID: References: <20221101122035.15940-1-paren@disroot.org> X-Gnu-PR-Message: they-closed 58944 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 58944@debbugs.gnu.org Date: Tue, 01 Nov 2022 12:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1667307422-5470-1" This is a multi-part message in MIME format... ------------=_1667307422-5470-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #58944: [PATCH] doc: Make "Teams" and "Sending a Patch Series" numbered sub= sections. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 58944@debbugs.gnu.org. --=20 58944: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D58944 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1667307422-5470-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 58944-done) by debbugs.gnu.org; 1 Nov 2022 12:56:17 +0000 Received: from localhost ([127.0.0.1]:42926 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqoT-0001P8-8j for submit@debbugs.gnu.org; Tue, 01 Nov 2022 08:56:17 -0400 Received: from mail-ej1-f68.google.com ([209.85.218.68]:43948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqoR-0001Ou-Vl for 58944-done@debbugs.gnu.org; Tue, 01 Nov 2022 08:56:16 -0400 Received: by mail-ej1-f68.google.com with SMTP id d26so36708117eje.10 for <58944-done@debbugs.gnu.org>; Tue, 01 Nov 2022 05:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=yKHR7Be8BBnUL79B9Q5RpK2xMVeYURcNca8QOtaVtjg=; b=Ca98EXZfvler6Q2jdaldfJcJBgDWGHMhH8qkpauWnvqRHxdMvTZ2Q6q+Mik8LHul9f V9CD1FuXGospoPZvT7rdx6bP9glLJnl4eWWYXJuvC92fKG2FeqVK1wS0UQY9GWoP6MIu a4Bkvnq+L0J91xWA99G2Wr01fJUaR1arRrL9MDHQ8cpjyHevX6X/ztslTaKY5ZrvfWdc TfQOVJE0wZYlq5IIDS8HSuA2zo1KTvk/tfWZNg7lq9HUMGG9h3XFR81MJSQJt+6flEAs smKyRYwAOBuqT/tiK9Y804821RuLucyaGbvlhdvuom8y5yi00Z7+NQbXx1zV+NP77DV6 sj1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=yKHR7Be8BBnUL79B9Q5RpK2xMVeYURcNca8QOtaVtjg=; b=GyAOnxK93829hIw+p9bKfH30CjoTxd1yKCr5fosH6wLbNRlMq7JQGYz4bYtMKXF3p9 PQgZhsJbaZUcw16ABSaA9i2oE8ICCFPq/DhwgayZm6/WUtWkjsra/2KDQKM+Wzm9d9yX cT8iZTZsMacpU1nmscLE8wkGkUL4mY3b6kg4ICBC8YYvbQUBFqni3uWj9ItrDHA1vTji SzoJuUAswwyIaX6qHzVRmugtoQsMp+pcP2FF2zVG5ajvPRXyYRHmW6Kf/aSY7alJGSpd xLAqqF3pKRBHzDIJF9gBihShg1LKAAh949w5oX35fIo9xAlCQaqDLc5XAUNUrmgcSaZ5 yC4Q== X-Gm-Message-State: ACrzQf3XZQfl4HdO8OEy3tBFofQmJC39zKzVa44ODfQVNwnGiZuJOcEG YA6SHXtx3meC6gckqRZ2ZEA= X-Google-Smtp-Source: AMsMyM5OmlN34YNwjvvyuc+ku9ipf9POZssKoWJQlmPZhbQ18ye5pqByoTGxuy1VTQZTcJnXEA1CIg== X-Received: by 2002:a17:906:fe45:b0:791:9624:9ea4 with SMTP id wz5-20020a170906fe4500b0079196249ea4mr18016834ejb.147.1667307369774; Tue, 01 Nov 2022 05:56:09 -0700 (PDT) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id p3-20020a17090653c300b007adf2e4c6f7sm477948ejo.195.2022.11.01.05.56.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Nov 2022 05:56:09 -0700 (PDT) Message-ID: Subject: Re: [PATCH] doc: Make "Teams" and "Sending a Patch Series" numbered subsections. From: Liliana Marie Prikler To: "(" , 58944-done@debbugs.gnu.org Date: Tue, 01 Nov 2022 13:56:06 +0100 In-Reply-To: <20221101122035.15940-1-paren@disroot.org> References: <20221101122035.15940-1-paren@disroot.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58944-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Dienstag, dem 01.11.2022 um 12:20 +0000 schrieb (: > * doc/contributing.texi ("Contributing")["Submitting Patches"] > =C2=A0 <"Sending a Patch Series">: Make it a numbered subsection. > <"Teams">: Likewise. Added nodes, updated commit message, and pushed. Cheers ------------=_1667307422-5470-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Nov 2022 12:21:07 +0000 Received: from localhost ([127.0.0.1]:42915 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqGR-0000X7-25 for submit@debbugs.gnu.org; Tue, 01 Nov 2022 08:21:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:52586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1opqGP-0000X0-Hr for submit@debbugs.gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opqGP-0000YF-CT for guix-patches@gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opqGL-0003Id-5H for guix-patches@gnu.org; Tue, 01 Nov 2022 08:21:05 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 42B794112B; Tue, 1 Nov 2022 13:20:57 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27B2FlplOZjb; Tue, 1 Nov 2022 13:20:56 +0100 (CET) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667305256; bh=qaIX5sF1ZG1CaMVZZPjRJW2hIKUYDKvmbJsiKIltCCs=; h=From:To:Cc:Subject:Date; b=NnhHyA5mXiAJpbvzGmX5me79G9S3bFAZWeprFXpqTYKCFHYgHyKP3LTloAVB5SW73 06OVQPKa0XHL3lcFf/9w+1J2xfeXu6rKcnWP1vuvGGg7E2pErG8LF2bdETLJXxqNhu 2l0hPzGFEg4fSU5iwTWWOFm17EYEEZ1ilksG/iMzhph0JY0Jm407f6RKDCyRWrLTJo LAs4j0M9bS6y8YcXRVoDazPXYndmsx6GCVrCoQdWiDUN7VrL8+QacHbRHsMqS+//0B 8GqoO50IuckXdF+9nrHn5oY0Vjh9yG8+sLNIrC23AeDwxp0JjRT2qFydxqt4mgSUCb 0xwL93krvolIw== To: guix-patches@gnu.org Subject: [PATCH] doc: Make "Teams" and "Sending a Patch Series" numbered subsections. Date: Tue, 1 Nov 2022 12:20:36 +0000 Message-Id: <20221101122035.15940-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: "\(" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * doc/contributing.texi ("Contributing")["Submitting Patches"] <"Sending a Patch Series">: Make it a numbered subsection. <"Teams">: Likewise. --- doc/contributing.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 6540ec29a6..bc5d02ee5b 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1404,7 +1404,7 @@ git config --local format.thread shallow git config --local sendemail.thread no @end example -@unnumberedsubsec Sending a Patch Series +@subsection Sending a Patch Series @anchor{Sending a Patch Series} @cindex patch series @cindex @code{git send-email} @@ -1542,7 +1542,7 @@ If need be, you may use @option{--cover-letter -a} to send another cover letter, e.g. for explaining what's changed since the last revision, and these changes are necessary. -@unnumberedsubsec Teams +@subsection Teams @anchor{Teams} @cindex teams -- 2.38.0 ------------=_1667307422-5470-1--