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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id DF7C91F4B4; Wed, 7 Apr 2021 23:27:45 +0000 (UTC) Date: Wed, 7 Apr 2021 19:27:44 -0400 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH] import: convert init.defaultBranch to fully qualified ref Message-ID: References: <87ft01puff.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87ft01puff.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Recently I've tried lei on another machine and scratched my head for a > bit about why the local storage seemed to be in a corrupt state. With > `lei q', no mail was getting imported, and I saw a good number of > "fatal: not a git repository: ..." messages. Hmm.. I've been thinking about how to improve error reporting with async stores, maybe commit 842e684f0a4154787274843eb3c9be2eef11b160 ("lei/store: (more) synchronous non-fatal error output") would do it... > Fixes: 7c2f36de2fb49dd7 (import: respect init.defaultBranch) Oops, thanks. Pushed as commit ea4e9025dd14f251996baf724e04fc478375b6a2