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 19519 invoked from network); 28 Jun 2021 18:46:46 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 28 Jun 2021 18:46:46 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Mon Jun 28 14:41:28 -0400 2021 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 1b6220f9 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 28 Jun 2021 11:34:31 -0700 (PDT) Message-ID: <7849FAD7D856179A7EE7E9D9F537D760@eigenstate.org> To: 9front@9front.org Date: Mon, 28 Jun 2021 14:34:30 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure WEB2.0 base firewall-scale high-performance layer Subject: Re: [9front] moving to git Reply-To: 9front@9front.org Precedence: bulk Quoth Stuart Morrow : > On 10/06/2021, Xiao-Yong Jin wrote: > > The idea of using a snapshot .git is brilliant. > > Fetching it over plain http though. > If you can pull after you fetch, then you got the right pack file. If you want to be extra paranoid, you can pull and then run `git/repack'. The hash chain more or less verifies integrity.