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