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,AWL,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 4E9A11F4C0; Thu, 17 Oct 2019 07:42:25 +0000 (UTC) Date: Thu, 17 Oct 2019 07:42:25 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 2/3] doc: update public-inbox-overview(7) for v2 Message-ID: <20191017074225.wko4qvh7hdis7bjv@dcvr> References: <20191016111451.32255-1-e@80x24.org> <20191016111451.32255-3-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191016111451.32255-3-e@80x24.org> List-Id: Eric Wong wrote: > diff --git a/Documentation/public-inbox-overview.pod b/Documentation/public-inbox-overview.pod > index 46060d0c..782c2f8b 100644 > --- a/Documentation/public-inbox-overview.pod > +++ b/Documentation/public-inbox-overview.pod > + # for v2, in most cases, only the most recent epoch needs to be fetched: > + git --git-dir=INBOX_DIR/git/EPOCH.git fetch That was >80 columns and breaks "check-man" (that target needs to run by default, at least on gmake) diff --git a/Documentation/public-inbox-overview.pod b/Documentation/public-inbox-overview.pod index 782c2f8..91d4a88 100644 --- a/Documentation/public-inbox-overview.pod +++ b/Documentation/public-inbox-overview.pod @@ -56,7 +56,7 @@ that inbox. The instructions are roughly: # for v1 inboxes: git --git-dir=INBOX_DIR fetch - # for v2, in most cases, only the most recent epoch needs to be fetched: + # for v2 (in most cases, only the newest epoch needs to be fetched): git --git-dir=INBOX_DIR/git/EPOCH.git fetch # index new messages after fetching: