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.5 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7EEE61F9FD for ; Mon, 22 Feb 2021 22:47:59 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1614034077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dn/MKio+P0KI696B0lHx4uhcrWsLijXfhpcUNKeE+ao=; b=DecTAe5f8p1trSwlcR/iHaUCx6kzcY74cIfHnvsH9JF2ygBmZh3HPNNEczjCMRjcZ7oBok TrGVSUBvXR0Cc/8oQXII3mdtLIDHSHIwz9a2FgjH4trXqSwpGIMuIDWvxo7aKIEAF5ns/E kT12ZxhDaLTmB++v4AFnvbyzgTDAtrG9LHXnBb1u3pDLGEradc7nF+VKazobk4ZgpkJVPf 43ImVrFz4HqvvRLtt9zYEpXsFukc4Ot6sidrF/g7R9PTSM1/xq5oHn4MQF3Oj7T2cLUIfh QI+oCsyJmOkYMByzK7AMJjel9V0bc1o7b1DgRHizzRcg4Vd384TSGHfoKXri9A== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] lei_store: populate ALL.git/alternates with new epochs In-Reply-To: <20210222061855.GA12189@dcvr> References: <8735xou0gq.fsf@kyleam.com> <20210222061855.GA12189@dcvr> Date: Mon, 22 Feb 2021 17:47:55 -0500 Message-ID: <87zgzvsoro.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > Thanks for the bug report, I believe this fixes it: > > -----8<----- > Subject: [PATCH] lei_store: populate ALL.git/alternates with new epochs Confirmed. Thanks for the very quick fix.