From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44D8CC4332F for ; Wed, 23 Feb 2022 17:44:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243453AbiBWRpG (ORCPT ); Wed, 23 Feb 2022 12:45:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243441AbiBWRpF (ORCPT ); Wed, 23 Feb 2022 12:45:05 -0500 Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 960D141331 for ; Wed, 23 Feb 2022 09:44:36 -0800 (PST) Received: from host-84-13-159-41.opaltelecom.net ([84.13.159.41] helo=[192.168.1.37]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1nMvgo-0009aC-Ab; Wed, 23 Feb 2022 17:44:34 +0000 Message-ID: <7cb42ab5-92c5-0a48-ffba-4f6b55ef130c@iee.email> Date: Wed, 23 Feb 2022 17:44:34 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH 1/2] rebase: help user when dying with preserve-merges` Content-Language: en-GB To: =?UTF-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= Cc: Philip Oakley via GitGitGadget , git@vger.kernel.org, Johannes Schindelin References: <220222.86czje7w4i.gmgdl@evledraar.gmail.com> <220223.86r17t6fvf.gmgdl@evledraar.gmail.com> From: Philip Oakley In-Reply-To: <220223.86r17t6fvf.gmgdl@evledraar.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 23/02/2022 10:20, Ævar Arnfjörð Bjarmason wrote: > On Tue, Feb 22 2022, Philip Oakley wrote: > >> On 22/02/2022 15:32, Ævar Arnfjörð Bjarmason wrote: >>> On Tue, Feb 22 2022, Philip Oakley via GitGitGadget wrote: >>> >>>> From: Philip Oakley >>>> >>>> Git will die if a "rebase --preserve-merges" is in progress. >>>> Users cannot --quit, --abort or --continue the rebase. >>>> >>>> This sceario can occur if the user updates their Git, or switches >>>> to another newer version, after starting a preserve-merges rebase, >>>> commonly via the pull setting. >>>> >>>> One trigger is an unexpectedly difficult to resolve conflict, as >>>> reported on the `git-users` group. >>>> (https://groups.google.com/g/git-for-windows/c/3jMWbBlXXHM) >>>> >>>> Tell the user the cause, i.e. the existence of the directory. >>>> The problem must be resolved manually, `git rebase --