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 E7C54C433F5 for ; Tue, 22 Feb 2022 16:06:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233877AbiBVQGk (ORCPT ); Tue, 22 Feb 2022 11:06:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32856 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233881AbiBVQGi (ORCPT ); Tue, 22 Feb 2022 11:06:38 -0500 Received: from smtp.hosts.co.uk (smtp.hosts.co.uk [85.233.160.19]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83DD7164D0B for ; Tue, 22 Feb 2022 08:06:12 -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 1nMXg2-0007GX-FI; Tue, 22 Feb 2022 16:06:11 +0000 Message-ID: Date: Tue, 22 Feb 2022 16:06:10 +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=?= , Philip Oakley via GitGitGadget Cc: git@vger.kernel.org, Johannes Schindelin References: <220222.86czje7w4i.gmgdl@evledraar.gmail.com> From: Philip Oakley In-Reply-To: <220222.86czje7w4i.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 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 --