From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 6026 invoked from network); 25 Jul 2021 22:49:03 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 25 Jul 2021 22:49:03 -0000 Received: from MTA-10-4.privateemail.com ([198.54.122.62]) by 1ess; Sun Jul 25 18:40:47 -0400 2021 Received: from mta-10.privateemail.com (localhost [127.0.0.1]) by mta-10.privateemail.com (Postfix) with ESMTP id D969518000B6 for <9front@9front.org>; Sun, 25 Jul 2021 18:40:39 -0400 (EDT) Received: from localhost (unknown [10.20.151.227]) by mta-10.privateemail.com (Postfix) with ESMTPA id 11E4E18000B3 for <9front@9front.org>; Sun, 25 Jul 2021 18:40:39 -0400 (EDT) Date: Sun, 25 Jul 2021 15:40:31 -0700 From: Anthony Martin To: 9front@9front.org Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: patented injection browser database Subject: Re: [9front] sysupdate: no common ancestors Reply-To: 9front@9front.org Precedence: bulk Stuart Morrow once said: > git/log: load c38fcb5dc35986b8a93bf2107f800a890e2cea9b: '.git/objects/c3' does not exist Interesting. It looks like that commit is not in any pack index so it goes looking for a loose object and, of course, doesn't find it. How did get/fetch fail to write a correct pack and index without printing an error? That's the real question. Can you upload the contents of .git/objects/pack to somewhere public? It will be on the order of 100MB. Cheers, Anthony