From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E0C1C432C0 for ; Thu, 28 Nov 2019 19:48:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 137832176D for ; Thu, 28 Nov 2019 19:48:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726622AbfK1Tsa (ORCPT ); Thu, 28 Nov 2019 14:48:30 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:47810 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726558AbfK1Ts3 (ORCPT ); Thu, 28 Nov 2019 14:48:29 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4F8FE1F463; Thu, 28 Nov 2019 19:48:29 +0000 (UTC) Date: Thu, 28 Nov 2019 19:48:29 +0000 From: Eric Wong To: Johannes Schindelin Cc: Jeff King , Konstantin Ryabitsev , git@vger.kernel.org Subject: Re: [PATCH 1/2] doc: recommend lore.kernel.org over public-inbox.org Message-ID: <20191128194829.GA15521@dcvr> References: <20191127125231.GH22221@sigill.intra.peff.net> <20191127125343.GA27983@sigill.intra.peff.net> <20191127125936.GA9877@dcvr> <20191127200421.GA27456@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin wrote: > On Wed, 27 Nov 2019, Eric Wong wrote: > > The "0" is the "epoch", and larger repos have multiple epochs, > > roughly 1GB each. https://lore.kernel.org/lkml/ has 0..7, right now. > > Okay, so how does that work, is the idea that you should graft them > together using replacement objects if you want to have the full archive? Yes. Except we don't actually use grafts/replace and users can currently only clone the latest epoch of LKML. In the future, it should also be easy to jettison old epochs if space is limited. > And: if I want to track the latest mails in GitGitGadget, what indication > will I have that I'll need to switch to `.../1`? You can use the gzipped JSON grokmirror manifest at: https://lore.kernel.org/git/manifest.js.gz grokmirror could be a bit of a pain to install because of Python dependencies, so periodically attempting to clone the next numbered epoch ought to be fine, too. I've also considered adding epoch info into https://lore.kernel.org/git/_/text/config/raw so shell scripters w/o JSON parsers can use "git config"