From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 10 04:01:19 2023 Received: (at 58813) by debbugs.gnu.org; 10 Mar 2023 09:01:19 +0000 Received: from localhost ([127.0.0.1]:53677 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paYco-0008Ig-O9 for submit@debbugs.gnu.org; Fri, 10 Mar 2023 04:01:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paYcn-0008IT-76 for 58813@debbugs.gnu.org; Fri, 10 Mar 2023 04:01:17 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1paYch-0000Sp-UD; Fri, 10 Mar 2023 04:01:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=faOViiYr0YZOHfdKmmzBTBpB0i3Gh8NwemwwalWQqr8=; b=FUgkd80CNmsADHCzBrCt 6ZQkttXmEZjlOPMV8v6DEJsNJx20u0mKgvpvYjgSkwF0MwMcuk5df/LDT/3lct7iOOVwUKhy8Si0e F2irUd/AlbSBETL4OraHKAnpEwM832S1k0+HM0oJ7TT8TzzEuf1fXxbzy3Oh3zISL26du9SHjlZ3A 3OuUZ+fXvBbdUTk+AL7ujfTWINBclJbgMKV6e5/uFHlWns6ZaSGri49wi4cY1fRF0OAFmMgJonlZk H4IDMkNxvcn17mpcH3d9M+JaCkg5J9JFEb8xvs4Hbarq4O3e0fEZsdmwrxqpQHJkPJoTaOR8M8OUm fH5ZZCFOqUCzEA==; Received: from [193.50.110.253] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1paYch-0006xB-Cc; Fri, 10 Mar 2023 04:01:11 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Maxim Cournoyer Subject: Re: [PATCH] doc: Document how to use Patman for patches submission. References: <20230226035515.16214-1-maxim.cournoyer@gmail.com> <87y1oeyxbt.fsf@gnu.org> <87fsahz7wk.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: =?utf-8?Q?D=C3=A9cadi?= 20 =?utf-8?Q?Vent=C3=B4se?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour du Cordeau X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 10 Mar 2023 10:01:09 +0100 In-Reply-To: <87fsahz7wk.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 06 Mar 2023 20:07:07 -0500") Message-ID: <87jzzp9e0a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58813 Cc: liliana.prikler@gmail.com, 58813@debbugs.gnu.org, zimon.toutoune@gmail.com 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: -3.3 (---) Hi, Maxim Cournoyer skribis: > I've also discovered about '--cc-cmd', which could be used with the > recently introduced get-maintainer mode (which was added for patman > support); it can be used like this: > > git send-email --cc-cmd=3D'etc/teams.scm get-maintainer' --dry-run -1 Nice! But yeah, would be nicer if it could use X-Debbugs-Cc. Perhaps we can still change the manual to recommend that followed by =E2=80=9Csed -i *.patch -es/^Cc/X-Debbugs-Cc/=E2=80=9D? Very low-tech but better than the status quo. WDYT? > For this reason, I'm toying with the idea of contributing a "--x-cmd" > option to git send-email, which would be a script that outputs arbitrary > git send-email options to add to its command line. That=E2=80=99d be perfect! Ludo=E2=80=99.