From patchwork Thu May 18 17:50:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Lechner X-Patchwork-Id: 50134 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 9223327BBEA; Thu, 18 May 2023 18:51:28 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 06FDA27BBE2 for ; Thu, 18 May 2023 18:51:28 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzhmK-0001qp-Li; Thu, 18 May 2023 13:51:04 -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 1pzhmJ-0001oD-2c for guix-patches@gnu.org; Thu, 18 May 2023 13:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzhmI-0001bo-Po for guix-patches@gnu.org; Thu, 18 May 2023 13:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzhmI-0001kg-KS for guix-patches@gnu.org; Thu, 18 May 2023 13:51:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63575] [PATCH 1/2] doc: contributing.texi: Specify recipient via equal sign in 'git send-email --to'. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 May 2023 17:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63575 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63575@debbugs.gnu.org Cc: Felix Lechner Received: via spool by 63575-submit@debbugs.gnu.org id=B63575.16844322616716 (code B ref 63575); Thu, 18 May 2023 17:51:02 +0000 Received: (at 63575) by debbugs.gnu.org; 18 May 2023 17:51:01 +0000 Received: from localhost ([127.0.0.1]:54425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhmH-0001k4-3o for submit@debbugs.gnu.org; Thu, 18 May 2023 13:51:01 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]:39152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhmE-0001jw-Rd for 63575@debbugs.gnu.org; Thu, 18 May 2023 13:50:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=Qoj6waAp0/LOQYi uOXqPlXZkNlZTHAfBD/ulomkUe/4=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=Cwu9B48g4+bZEp+g1DnqMRyGnMDC36FEXSzma30T KUfwRWpCxe6PQ4JzfWMxJUaK8V21cyU4jspUQtrwdUZU83pSjeq5GvfQtQLr2rKZVKCka3 C2WCrHHuiEKpewbGZlMqkqVS6xhbK6h4YzPloC6IA1MILWCyz73lmDtkQiudg= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 4db1134f (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 18 May 2023 17:50:58 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0c9da6ab; Thu, 18 May 2023 17:50:57 +0000 (UTC) Date: Thu, 18 May 2023 10:50:55 -0700 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches X-Patchwork-Original-From: Felix Lechner via Guix-patches via From: Felix Lechner Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches The documentation for git send-email recommends the use of an equal sign when specifying a recipient with the --to option. [1] Adjusts the reference manual accordingly. [1] https://git-scm.com/docs/git-send-email * doc (contributing.texi): Specify recipient via equal sign in 'git send-email --to'. --- doc/contributing.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 7bf350ee0d..f692872c04 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1529,7 +1529,7 @@ the patchset. @example $ git send-email -@var{NUMBER_COMMITS} -v@var{REVISION} \ - --to @var{ISSUE_NUMBER}@@debbugs.gnu.org + --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org @end example If need be, you may use @option{--cover-letter --annotate} to send @@ -1561,7 +1561,7 @@ You can run the following command to have the @code{Mentors} team put in CC of a patch series: @example -$ git send-email --to @var{ISSUE_NUMBER}@@debbugs.gnu.org \ +$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org \ --header-cmd='etc/teams.scm cc-mentors-header-cmd' *.patch @end example @@ -1571,7 +1571,7 @@ current Git repository to review, you can run: @example $ guix shell -D guix -[env]$ git send-email --to @var{ISSUE_NUMBER}@@debbugs.gnu.org -2 +[env]$ git send-email --to=@var{ISSUE_NUMBER}@@debbugs.gnu.org -2 @end example @node Tracking Bugs and Patches From patchwork Thu May 18 17:50:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Felix Lechner X-Patchwork-Id: 50135 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A720627BBE9; Thu, 18 May 2023 18:52:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1E1CA27BBE2 for ; Thu, 18 May 2023 18:52:14 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pzhnI-0004nP-IN; Thu, 18 May 2023 13:52:04 -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 1pzhnH-0004cq-72 for guix-patches@gnu.org; Thu, 18 May 2023 13:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pzhnG-0001rz-Tc for guix-patches@gnu.org; Thu, 18 May 2023 13:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pzhnG-0001mf-PJ for guix-patches@gnu.org; Thu, 18 May 2023 13:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63575] [PATCH 2/2] doc: guix.texi: Add Texinfo line breaks. Resent-From: Felix Lechner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 18 May 2023 17:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63575 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63575@debbugs.gnu.org Cc: Felix Lechner Received: via spool by 63575-submit@debbugs.gnu.org id=B63575.16844322656771 (code B ref 63575); Thu, 18 May 2023 17:52:02 +0000 Received: (at 63575) by debbugs.gnu.org; 18 May 2023 17:51:05 +0000 Received: from localhost ([127.0.0.1]:54431 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhmK-0001l9-MZ for submit@debbugs.gnu.org; Thu, 18 May 2023 13:51:04 -0400 Received: from sail-ipv4.us-core.com ([208.82.101.137]:39152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pzhmG-0001jw-NW for 63575@debbugs.gnu.org; Thu, 18 May 2023 13:51:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=2017; bh=rdGC+X86tQsyBhV QQc5SIjz6DLJy1IjKi4QDgbWIvD4=; h=references:in-reply-to:date:subject: cc:to:from; d=lease-up.com; b=O04CQzkjqhkW6ImMLpNAk9blvcJ2BVvzFn4xEIrG t/Rv4nqqFPpNzMXliWeuQMoM1OtbE09USCo4TVwer8z0J7nYbcc87e2BKA8aBo50Aa7Y2D bmgoqwOGXlkswjaXyK9L7BKQ2TP2u5pRo/j0ss5CTJfK3MWr1efyny8gV88pY= Received: by sail-ipv4.us-core.com (OpenSMTPD) with ESMTPSA id 375e23f8 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Thu, 18 May 2023 17:51:00 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id b8c692a5; Thu, 18 May 2023 17:50:59 +0000 (UTC) Date: Thu, 18 May 2023 10:50:56 -0700 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Felix Lechner X-ACL-Warn: , Felix Lechner via Guix-patches X-Patchwork-Original-From: Felix Lechner via Guix-patches via From: Felix Lechner Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches Adds two line breaks to the copyright block. The same kind of breaks [1] are present in the remaining fifty-five entries. [1] https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Line-Breaks * doc (guix.texi): Add Texinfo line breaks. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 60972f408d..8315c8e791 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -113,8 +113,8 @@ Copyright @copyright{} 2022⁠–⁠2023 Bruno Victal@* Copyright @copyright{} 2022 Ivan Vilata-i-Balaguer@* Copyright @copyright{} 2023 Giacomo Leidi@* Copyright @copyright{} 2022 Antero Mejr@* -Copyright @copyright{} 2023 Karl Hallsby -Copyright @copyright{} 2023 Nathaniel Nicandro +Copyright @copyright{} 2023 Karl Hallsby@* +Copyright @copyright{} 2023 Nathaniel Nicandro@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or