From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 03 04:54:24 2023 Received: (at 58813) by debbugs.gnu.org; 3 Mar 2023 09:54:24 +0000 Received: from localhost ([127.0.0.1]:59661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY27M-00061n-FI for submit@debbugs.gnu.org; Fri, 03 Mar 2023 04:54:24 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pY27K-00061a-UY for 58813@debbugs.gnu.org; Fri, 03 Mar 2023 04:54:23 -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 1pY27F-00012x-CW; Fri, 03 Mar 2023 04:54:17 -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=xjc1/D/Rc28yvc9JZ6QXcQzzV39PCsrO3H3vyhUvhvw=; b=beqxdJu/zQ86BTO6qLkz r+X7ro7+Giftt9BIm4ufsUSdBMhOZAUT2LitLRL+v9+Egwdywh3+aqZTK9v4/NmNyO/3aTVCzetlR XEdBQcqYWs4jXwb/xCNIGZzQX2gndQlCw1rAL2wt9tpP7OYgXjpf77d2EWo41bgjKgiIXBTjRHUIQ +Y6f3JXJtzKObJj8NDdciTIsL94olCHd8DJAexAGJGrrif3BxBkIU46zQXbhZhAqvSfUUPxvsqL4V GYUb2od34iWnmU55u19mpjlOutw62VUeb82qV//ThC5AAPTeP77920NJwtIKfvhs5MvybpCp3BCOG Gddr0udIifgHBg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pY27E-0007OM-OI; Fri, 03 Mar 2023 04:54:16 -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> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 13 =?utf-8?Q?Vent=C3=B4se?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de la Fumeterre 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, 03 Mar 2023 10:54:14 +0100 In-Reply-To: <20230226035515.16214-1-maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Sat, 25 Feb 2023 22:55:14 -0500") Message-ID: <87y1oeyxbt.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: > Fixes . It=E2=80=99s only tangentially related, no? > * doc/contributing.texi (Sending a Patch Series): Mention Patman. Adjust= the > examples to no longer showcase broken command substitutions. Add a secti= on > about how to use Patman, with examples. I=E2=80=99m not convinced we=E2=80=99d want to advocate for yet another too= l. I feel like this would make patch submission guidelines even more complex, or at least look more complex. Also, how many of the ~40 committers would be able to provide guidance with patman? That shouldn=E2=80=99t be the only criterion, but it certainl= y is an important one. Thanks, Ludo=E2=80=99.