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-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_BLOCKED,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 F0BA41F86C for ; Wed, 25 Nov 2020 12:38:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729172AbgKYMb1 (ORCPT ); Wed, 25 Nov 2020 07:31:27 -0500 Received: from smtp.hosts.co.uk ([85.233.160.19]:13724 "EHLO smtp.hosts.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726330AbgKYMb0 (ORCPT ); Wed, 25 Nov 2020 07:31:26 -0500 Received: from host-89-243-187-160.as13285.net ([89.243.187.160] helo=[192.168.1.37]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1khtxE-0001Qy-DX; Wed, 25 Nov 2020 12:31:24 +0000 Subject: Re: [PATCH v8 08/10] pull: add pull.mode To: Felipe Contreras , git@vger.kernel.org Cc: Alex Henrie , Jeff King , Junio C Hamano , Elijah Newren , Johannes Schindelin , John Keeping , Richard Hansen , "Brian M. Carlson" , "W. Trevor King" References: <20201125032938.786393-1-felipe.contreras@gmail.com> <20201125032938.786393-9-felipe.contreras@gmail.com> From: Philip Oakley Message-ID: Date: Wed, 25 Nov 2020 12:31:22 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201125032938.786393-9-felipe.contreras@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-GB Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Accidental repetition of phrasing from branch..pullmode ? On 25/11/2020 03:29, Felipe Contreras wrote: > +pull.mode:: > + When "git pull" is run, this determines if it would either merge or > + rebase the fetched branch. The possible values are 'merge', > + and 'rebase'. See "branch..pullmode" for doing > + this in a non branch-specific manner. > + s/non// Same problem in 09/10 I think. I didn't check the code... Spotted while browsing. -- Philip