From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BA1EA1F44D; Sun, 10 Mar 2024 21:15:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1710105358; bh=1ovjRs5U3qwfR2xkyrB/BGhoKNlJIJf2WxLFi/eXkUs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AfjdEJsM3chd/CWLblxXnFGKV1wBqQv5ULIDTBK86lOYl5cJSMjkcOPnCRLJXh1wP H+4dgcjj533+SiqqniFju3V+RuSQHSaJp4hPAaVoLpH5sqlEIuR3sENWpE9IU5SMMD 1F1Llc/Ov7f9oVYeFaxAxch52fHo5rI9ZYRZZ85I= Date: Sun, 10 Mar 2024 21:15:58 +0000 From: Eric Wong To: Rob Herring Cc: meta@public-inbox.org Subject: Re: crash on git-fast-import Message-ID: <20240310211558.M627956@dcvr> References: <20240308032042.M181403@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Rob Herring wrote: > Most Recent Commands Before Crash > --------------------------------- > blob > mark :1 > data 12367 > get-mark :1 > reset refs/heads/main Ah, it looks like init.defaultBranch != master is completely broken :x You should be able to workaround the problem by leaving defaultBranch unset for now. Will try to fix ASAP but offline problems persist :<