From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-5.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 4BF161F4D7 for ; Thu, 12 May 2022 12:11:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353572AbiELMLW (ORCPT ); Thu, 12 May 2022 08:11:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243726AbiELMLS (ORCPT ); Thu, 12 May 2022 08:11:18 -0400 Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E99431218 for ; Thu, 12 May 2022 05:11:14 -0700 (PDT) Received: from host217-43-165-125.range217-43.btcentralplus.com ([217.43.165.125] helo=[192.168.1.168]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1np7ey-00066G-Bg; Thu, 12 May 2022 13:11:12 +0100 Message-ID: Date: Thu, 12 May 2022 13:11:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH v2 1/5] MyFirstContribution: add "Anatomy of a Patch Series" section Content-Language: en-US To: Philippe Blain via GitGitGadget , git@vger.kernel.org Cc: Emily Shaffer , Johannes Schindelin , Victoria Dye , Eric Sunshine , Philippe Blain References: <59af7e5e5ad84103b39ac9511791eb06b88df3c6.1652233654.git.gitgitgadget@gmail.com> From: Philip Oakley In-Reply-To: <59af7e5e5ad84103b39ac9511791eb06b88df3c6.1652233654.git.gitgitgadget@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 11/05/2022 02:47, Philippe Blain via GitGitGadget wrote: > diff --git a/Documentation/MyFirstContribution.txt b/Documentation/MyFirstContribution.txt > index 63a2ef54493..22848f84bec 100644 > --- a/Documentation/MyFirstContribution.txt > +++ b/Documentation/MyFirstContribution.txt > @@ -710,13 +710,61 @@ dependencies. `prove` also makes the output nicer. > Go ahead and commit this change, as well. > > [[ready-to-share]] > -== Getting Ready to Share > +== Getting Ready to Share: Anatomy of a Patch Series Shouldn't the title also include the magic word 'Contribution'? Otherwise the change below may look inconsistent. > You may have noticed already that the Git project performs its code reviews via > emailed patches, which are then applied by the maintainer when they are ready > -and approved by the community. The Git project does not accept patches from > +and approved by the community. The Git project does not accept contributions from -- Philip