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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 3DB9D1F670 for ; Tue, 19 Oct 2021 04:37:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232709AbhJSEjO (ORCPT ); Tue, 19 Oct 2021 00:39:14 -0400 Received: from mail-ed1-f49.google.com ([209.85.208.49]:35532 "EHLO mail-ed1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbhJSEjO (ORCPT ); Tue, 19 Oct 2021 00:39:14 -0400 Received: by mail-ed1-f49.google.com with SMTP id w19so7580248edd.2 for ; Mon, 18 Oct 2021 21:37:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bTMWUKl+qemk6SZEC1Rub4EiwBuZmVdyKHAxf1j5QYw=; b=rFdMhxRpCqTDBnD01GHfTThlvPPhS/sKFTuHedwq+3hEq/UBol7j9mMtmgLy1WGSMt xd0s5fEcgYj+G91FNvYMv88a+c7jdBdbn2aWnj6oTsE2SSc8h7VQrEnS1PYPPWOsAabq GY387a78S2F/0bwcRkz0yS7HuFvpgBwRTbQ112hpfNeTCa5aFfme8npwWuv9P+9Uz6I/ iOC2n3ktK4YMYj3y5Ci1Wtup4YxTl+rwut/kNGHqABVlVO5W/Txrfixf4Zq/wV76tOVg 7BGb4Sqmvr1gW+m91YVcUjVKuGfCpEgz224e0eRFUoMxBZfb2otWIFWyzyuqIYlh2Rsd ZYDA== X-Gm-Message-State: AOAM532ZGF3zxmECopJgC6N3KIv/E4b9C2M5l8B1mu2TkbQmhgZOLvTW Ioym66uZC/4z88Zlfns/+o6GRISafHHop4xaLnW93Hr/fUA= X-Google-Smtp-Source: ABdhPJxaHS5zFZAmCtc/sc8JtB51dqnidtkFNHbeMEtuJSTx8s0QXydspLs+/chU682afw5rqfm3SmFUj+58eqb35gM= X-Received: by 2002:a05:6402:1d49:: with SMTP id dz9mr49693275edb.55.1634618221245; Mon, 18 Oct 2021 21:37:01 -0700 (PDT) MIME-Version: 1.0 References: <20211018124106.542050-1-bagasdotme@gmail.com> In-Reply-To: From: Eric Sunshine Date: Tue, 19 Oct 2021 00:36:50 -0400 Message-ID: Subject: Re: Re* [PATCH v3] Documentation: specify base point when generating MyFirstContribution patchset To: Junio C Hamano Cc: Glen Choo , Bagas Sanjaya , Git List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Oct 18, 2021 at 4:09 PM Junio C Hamano wrote: > Subject: [PATCH] MyFirstContribution: teach to use "format-patch --base=auto" > > Let's encourage first-time contributors to tell us what commit they > based their work with the format-patch invocation. As the example > already forks from origin/master and by branch.autosetupmerge by I think you meant: s/and by/and/ > default records the upstream when the psuh branch was created, we > can use --base=auto for this. Also, mention the readers that the s/the readers/to readers/ > range of commits can simply be given with `@{u}` if they are on the > `psuh` branch already. > > As we are getting one more option on the command line, and spending > one paragraph each to explain them, let's reformat that part of the > description as a bulletted list. > > Signed-off-by: Junio C Hamano